Calculating arithmetic mean (one type of average) in Python [duplicate]

Is there a built-in or standard library method in Python to calculate the arithmetic mean (one type of average) of a list of numbers?

13 Answers
13

Leave a Comment