212k views
8 votes
Calculate the average high and low in python code for beginners pls

1 Answer

9 votes

Answer:

There are two ways to find the average of a list of numbers in Python. You can divide the sum() by the len() of a list of numbers to find the average. Or, you can find the average of a list using the Python mean() function

Step-by-step explanation:

User Michael Mayo
by
7.1k points

Related questions

asked Mar 13, 2022 93.9k views
Vasan asked Mar 13, 2022
by Vasan
8.7k points
2 answers
5 votes
93.9k views
1 answer
6 votes
192k views