Question: Done through Python. Show Steps Using PYTHON Simple data entry, list manipulation, and some statistics. Write a program that allows a user to enter temperature
Done through Python. Show Steps Using PYTHON

Simple data entry, list manipulation, and some statistics. Write a program that allows a user to enter temperature observations. Must be able to enter float data. Allow user to enter as many observations of temperature data as they want. You must validate the data for being between -100 degrees and 200 degrees. When the user has no more temperature data to enter, they will enter -9999 as a value; this is your que to stop asking for information. As the user enters data, store the data in a list. Once all data has been entered, produce the following: Lowest temperature Highest temperature Range of temperature Average temperature Temperature standard deviation Number of observations below zero Number of observations above zero All output must be nice, rounded to 2 decimal places, with an appropriate label/description
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
