Each program must start with a comment identifying the author of the code and must include the following, entered appropriately as a comment. Failure to include this as a comment will be considered a significant failure in the completion of this assignment.
By submitting this work, I assert that it is my own work and not copied from someone else or from some other source. Copied work will be assigned a grade of 0 and be subject to further academic penalties at the discretion of the College.
Program 1
Create a Python program to calculate the average daily high temperature and the average monthly high temperature.
Instructions:
Ask the user to enter the number of years.
Prompt the user to input the average high temperature for each month.
You must use while loops here.
After receiving the monthly inputs per year, you must calculate the average high temperature for every year, along with the average monthly high temperature over the full period.