Set up a python program
Write a program to input the temperature every day for a certain number of weeks. The user will
input the number of weeks. You must use nested loops, otherwise there is no credit. Print the average
for each week when the input for the week is completed. Print the overall average at the end.