Question: Using Python code, CHALLENGE ACTIVITY 7.7.3: Hourly temperature reporting. (zyBook) Write code to perform the following tasks: Please let me know if you have any
Using Python code,
CHALLENGE ACTIVITY 7.7.3: Hourly temperature reporting. (zyBook)
Write code to perform the following tasks:

Please let me know if you have any questions. Thanks in advance!
Part 3: CHALLENGE ACTIVITY 7.7.3: Hourly temperature reporting. (zyBook) Write code to perform the following tasks: Hard-code a list of at least five temperature values between 75. and 105. O Example: myTemps = [ 75, 87, 95, 102, 76] Retrieve a two-character string from the keyboard to use as a separator during printing O Example: user should enter something like "->", "=>", "' Write a loop that will print all elements of the temperature list to the same line on the display o Write your code to handle varying lengths of temperature lists (without modifying the loop code) o Each element should be separated from other elements by the user-chosen separator characters including a space on each side. . Example: If the two characters chosen are "->' then separate each printed value by ' -> 'which includes an extra space before and after the two characters. O After the last element is printed, a newline should be printed O Example output: 90 -> 92 -> 94 -> 95
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
