CBSE Class 11 Computer Science Question 62 of 63

Introduction to Python Modules — Question 9

Back to all questions
9
Question

Question 9

The mean() method calculates the arithmetic mean of the numbers in a list.

Answer

True

Reason — The mean() method calculates the arithmetic mean of the numbers in a list.