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 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
Get step-by-step solutions from verified subject matter experts
