Solve the exercise specified by your instructor and submit the python source file before the deadline on E-learn page. It is highly recommended to solve ALL of the following exercises. Exercise 1: Write a Python program that reads from the user the name of two files (an input file and an output file). The program will then read each line of the input file and save it in the output file preceded with the line number and removing any of the following punctuations (., !?;:) found at the end of the line. For example, if the input file is: Mary had a little lamb; Whose fleece was white as snow; And everywhere that Mary went; The lamb was sure to go! Then the output file the content of the input file and saves it in the produced output file will be Line 1: Mary had a little lamb Line 2: Whose fleece was white as snow Line 3: And everywhere that Mary Line 4: The lamb was sure to go

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.3: Random File Access
Problem 6E
icon
Related questions
Question
100%
Solve the exercise specified by your instructor and submit the python source file before the
deadline on E-learn page. It is highly recommended to solve ALL of the following exercises.
Exercise 1:
Write a Python program that reads from the user the name of two files (an input file and an output
file). The program will then read each line of the input file and save it in the output file preceded
with the line number and removing any of the following punctuations (., !?;:) found at the end of
the line. For example, if the input file is:
Mary had a little lamb;
Whose fleece was white as snow;
And everywhere that Mary went;
The lamb was sure to go!
Then the output file the content of the input file and saves it in the produced output file will be
Line 1: Mary had a little lamb
Line 2: Whose fleece was white as snow
Line 3: And everywhere that Mary
Line 4: The lamb was sure to go
Transcribed Image Text:100% Solve the exercise specified by your instructor and submit the python source file before the deadline on E-learn page. It is highly recommended to solve ALL of the following exercises. Exercise 1: Write a Python program that reads from the user the name of two files (an input file and an output file). The program will then read each line of the input file and save it in the output file preceded with the line number and removing any of the following punctuations (., !?;:) found at the end of the line. For example, if the input file is: Mary had a little lamb; Whose fleece was white as snow; And everywhere that Mary went; The lamb was sure to go! Then the output file the content of the input file and saves it in the produced output file will be Line 1: Mary had a little lamb Line 2: Whose fleece was white as snow Line 3: And everywhere that Mary Line 4: The lamb was sure to go
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output 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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr