Question: in Python: Assume that you have a file that contains the weekly average Rain fall in Seattle Washington for the past 3 years. The data
in Python: Assume that you have a file that contains the weekly average Rain fall in Seattle Washington for the past 3 years. The data is stored in the file as records. Each record contains the average rain fall on a specific date. Each record contains the following fields: The month, stored as an integer. January = 1, February = 2, etc. The day of the month, stored as an integer. The year, stored as an integer. The average rain fall for the week on the specified date, stored as a real number, rounded to 3 decimal places. Design a program that reads and creates the following report: Displays the lowest and highest weekly rainfall and dates for them. Displays the Total average rain fall for each month and year
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
