Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started