Question: Create a program using PyCharm (Python) which contains a list of temperatures. Your program will populate the list based upon user input. Your program will
Create a program using PyCharm (Python) which contains a list of temperatures. Your program will populate the list based upon user input. Your program will determine the number of temperatures in the program, determine the largest temperature, and the smallest temperature. Your program must have a header. Use the programming style guide for guidance. Create an empty list called temperatures. Allow the user to input a series of temperatures along with a sentinel value which will stop the user input. Evaluate the temperature list to determine the largest and smallest temperature. Print the largest temperature. Print the smallest temperature. Print a message tells the user how many temperatures are in the list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
