For python:
Write a program that read the total rainfall for each of the 12months into a list. The program should calculate and display thetotal rainfall for the year, the average monthly rainfall, and themonths with the highest and lowest amounts. The input data isavailable in Program9.txt. No input, processing, or output shouldhappen in the main function. All work should be delegated to otherfunctions. The program should have at least 5 functions (main anddeveloperInfo included). Include the recommended minimumdocumentation for each function.See the program template for moredetails.
list of numbers for months;
1.89 1.99 2.14 2.51 5.03 3.81 1.97
OR
OR