Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please write the code of these 2 questions in PYTHON 3. Question 36 10 pts Write a program that reads a file containing text. Read

image text in transcribed

image text in transcribed

please write the code of these 2 questions in PYTHON 3.

Question 36 10 pts Write a program that reads a file containing text. Read each line and send it to the output file, preceded by line numbers. 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 program produces the output file /1/Mary had a little lamb 2 Whose fleece was white as snow. 3/And everywhere that Mary went, /*4 / The lamb was sure to go! Prompt the user for the input and output file names. Name the source code file "numbers.py

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

What is dividend payout ratio ?

Answered: 1 week ago

Question

Explain the factors affecting dividend policy in detail.

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago