Question: Keep getting this error in Zybooks. Please help. Write a loop to print all elements in hourly-temperature. Separate elements with a-> surrounded by spaces. Sample
Keep getting this error in Zybooks. Please help.

Write a loop to print all elements in hourly-temperature. Separate elements with a-> surrounded by spaces. Sample output for the given program 90 92 -> 94- 95 Note: 95 is followed by a space, then a newline. 1 hourly_temperature-[9e, 92, 94, 95 3 #create the list that has the temperature 4 hourly_temperature-9e, 92, 94, 95] 6 #use the for loop 7 string = *) ' .join([str(i) for i in hourly-temperature]) + 9 #print the output 1test passed All tests passed 10 print(string.", end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
