IDNLearn.com is designed to help you find reliable answers to any question you have. Our experts provide timely, comprehensive responses to ensure you have the information you need.

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