Question: the graph in code please You are given a text file, which contains temperature values. Write a python program to read the temperature values from
You are given a text file, which contains temperature values. Write a python program to read the temperature values from the file, then display the values sorted in descending order, also display minimum, maximum, average temperature values and draw the temperature values as shown in the sample run below. Here is the sample run: Student Name: Your Name Student No:Your Number TEMPERATURE VALUES Original: -1 0 8 0 1 4 -5 42 -4 7 9 33 8 0 1 4 -27 28 Sorted: 42 33 9 8 8 8 7 4 4 2 1 1 2 -1 -4 -5 -27 Count: 20 Minimum temperature: -27 Maximum temperature: 42 Average temperature: 4.50 CANADA 40 30 20 10 TEMPERATURE 0 -10 -20 -30 00 25 50 75 10.0 125 150 17.5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
