Task 1 Average Rainfall Design Program Uses Nested Loops Collect Data Calculate Average Ra Q43784755
Task 1 – Average Rainfall
Design a program that uses nested loops to collect data andcalculate the average rainfall over a period of years. The programshould first ask for the number of years. The outer loop williterate once for each year. The inner loop will iterate twelvetimes, once for each month. Each iteration of the inner loop willask the user for the inches of rainfall for that month. After alliterations, the program should display the number of months, thetotal inches of rainfall, and the average rainfall per month forthe entire period
please write by python and screenshot the python for me .thanks
Expert Answer
Answer to Task 1 – Average Rainfall Design a program that uses nested loops to collect data and calculate the average rainfall ove…
OR