Question: Create a dictionary named temperatures which contains day (string) and three Fahrenheit temperature samples (integer) for each of four days. Write a python code

Create a dictionary named temperatures which contains day (string) and three Fahrenheit 

Create a dictionary named temperatures which contains day (string) and three Fahrenheit temperature samples (integer) for each of four days. Write a python code which calculates and displays average of each day's temprature and also overall average temperature as given in the following sample output. Sample output Monday : 70.00 Tuesday : 60.00 Wednesday : 84.00 Thursday : 74.00 Overall average is: 72.00

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!