Question: Question ) You are given a file named data.txt that contains integer numbers, one per line. Your task is to write a Python program

Question) You are given a file named "data.txt" that contains integer numbers, one per line. Your task is to write a Python program to read these numbers from the file, find the minimum and maximum values,
calculate the average, and create a new file named "result.txt" to store these statistics.
data.txt >>>10
5
7
13
20

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!