Get personalized answers to your unique questions on IDNLearn.com. Receive prompt and accurate responses to your questions from our community of knowledgeable professionals ready to assist you at any time.

Which of the following is a module rather than a function in Python?

A. Print
B. Input
C. Statistics
D. Mean


Sagot :

Final answer:

In Python, modules contain code that defines functions and more, while functions are blocks of code that execute when called.


Explanation:

Statistics is a module rather than a function in Python. Modules are files containing Python code and can define functions, classes, and variables, while functions are blocks of code that only run when they are called.


Learn more about Python modules vs. functions here:

https://brainly.com/question/37372689