You have two text files, both files contain temperature values. Write a python program to read the temperature values from both files and to display minimum, maximum, average temperature values. Also draw the temperature values as shown in the sample run below.
TEMPERATURE VALUES 2019 Data Values: 13-12 20 26 -14 17 39 12 8 0 1 4 -5 2 3 -2 0 6 -4 7 9 12 8 0 1 4 -5 2 Sorted: -14 -12 -5 -5 -4 -2 0 0 0 1 1 2 2 3 4 4 6 7 8 8 9 12 12 13 17 20 26 39 Count: 28 Min: -14° Max: 39° AVG: 5.43° 2020 Data Values: 33 0 16 14 27 9 12 8 0 1 4 -5 2 33 0 16 -14 27 9 Sorted: -14 -14 -5 0 0 0 12 4 8 9 9 12 16 16 27 27 33 33 Count: 19 Min: -14° Max: 33° AVG: 8.63° TEMPERATURE 2019 2020 40 30 30 20 20 10 MN 10 0 0 -10 -10 0 10 20 0 5 10 15 01.
You have two text files, both files contain temperature values. Write a python program to read the temperature values fr
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You have two text files, both files contain temperature values. Write a python program to read the temperature values fr
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!