Question: In Python 3, please and thank you: Design a program that lets the user enter the total rainfalls for each of the 12 months into
In Python 3, please and thank you:
Design a program that lets the user enter the total rainfalls for each of the 12 months into a list. The program should calculate and display the total rainfall for the year, the average monthly rainfall, the months with the highest and lowest amounts. Use a function to enter the data into the list, user another function to calculate and display the statistics asked above.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
