Is there a built-in or standard library method in Python to calculate the arithmetic mean (average) of a list of numbers?
|
feedback
|
|
I am not aware of anything in the standard library. However, you could use something like:
In numpy, there's | ||||
|
feedback
|