Question: Write a Python function, called delta, that takes this list of temperatures, from Q1, that first computes the average, prints that out within the function,

Write a Python function, called delta, that takes this list of temperatures, from Q1, that first computes the average, prints that out within the function, and then within that same function, returns a list showing the differences between the temperatures and the average temperature over the 14 days. Return that list and load it into a variable called result print out the result with an appropriate description... (Hint, you will need to construct a list within your function to hold the deltas)

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 Databases Questions!