Write a Python program that reads each line of an input file temperatures.txt that consists of a town name followed by a set of temperatures. The program will then calculate the maximum, minimum, and average temperature and save them in a file called tempSummary.txt. For example, if the temperatures.txt contains Muscat 25 35 30 40 30 Suhar 20 30 25 25 Salalah 35 45 40 15 16 18 The file tempSummary.txt will contain

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question
Write a python program with comments
Exercise 4:
Write a Python program that reads each line of an input file temperatures.txt that consists of a town
name followed by a set of temperatures. The program will then calculate the maximum, minimum,
and average temperature and save them in a file called tempSummary.txt. For example, if the
temperatures.txt contains
Muscat 25 35 30 40 30
Suhar 20 30 25 25
Salalah 35 45 40 15 16 18
The file tempSummary.txt will contain
Muscat: 25, 40, 32.00
Suhar: 20, 30, 25.00
Salalah: 15, 45, 28.17
Transcribed Image Text:Exercise 4: Write a Python program that reads each line of an input file temperatures.txt that consists of a town name followed by a set of temperatures. The program will then calculate the maximum, minimum, and average temperature and save them in a file called tempSummary.txt. For example, if the temperatures.txt contains Muscat 25 35 30 40 30 Suhar 20 30 25 25 Salalah 35 45 40 15 16 18 The file tempSummary.txt will contain Muscat: 25, 40, 32.00 Suhar: 20, 30, 25.00 Salalah: 15, 45, 28.17
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr