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 which

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 \begin{tabular}{1|1} Monday & $: 70.00$ Tuesday & $: 60.00$ Wednesday : $84.00$ & Thursday : $74.00$ & Overall average is: & $72.00$ \end{tabular} CS.VS.1358||
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
