Follow these steps: ● Create a Python file called amazon.py in this folder. ● Write code to read the content of the text file input.txt. ● For each line in input.txt, write a new line in the new text file output.txt that computes the answer to some operation on a list of numbers. ● If the input.txt has the following: o Min: 1,2,3,5,6 o Max: 1,2,3,5,6 o Avg: 1,2,3,5,6 ● Your program should generate output.txt as follows: o The min of [1, 2, 3, 5, 6] is 1. o The max of [1, 2, 3, 5, 6] is 6. o The avg of [1, 2, 3, 5, 6] is

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter13: File Input And Output
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

Follow these steps:
● Create a Python file called amazon.py in this folder.
● Write code to read the content of the text file input.txt.
● For each line in input.txt, write a new line in the new text file output.txt
that computes the answer to some operation on a list of numbers.
● If the input.txt has the following:
o Min: 1,2,3,5,6
o Max: 1,2,3,5,6
o Avg: 1,2,3,5,6
● Your program should generate output.txt as follows:
o The min of [1, 2, 3, 5, 6] is 1.
o The max of [1, 2, 3, 5, 6] is 6.
o The avg of [1, 2, 3, 5, 6] is 34

 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Stack operations
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