54.7k views
4 votes
How do you find the average of a list in Python?

User Moises
by
7.5k points

1 Answer

2 votes

Answer:

using the Len() and sum() in built- function and using the mean() function from the statistics module

User Blez
by
7.2k points