Write a Python program that opens a file called words.txt, processes it, and copies all of the lines that include the word "Coding" in it to a file called coding.txt The words.txt file contains the following: Coding is cool. I hate coding. Coding helps me. This is Python. This is a program. Coding helps the time go by. The coding.txt file contains these lines: Coding is cool. Coding helps me. Coding helps the time go by. The program should also print out each line in the file being read. Sample Run: Coding is cool. Coding helps me. Coding helps the time go by. Process finished with exit code 0

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
100%

Write a Python program that opens a file called words.txt, processes it, and copies all of the lines that include the word "Coding" in it to a file called coding.txt

The words.txt file contains the following:
Coding is cool.
I hate coding.
Coding helps me.
This is Python.
This is a program.
Coding helps the time go by.

The coding.txt file contains these lines:
Coding is cool.
Coding helps me.
Coding helps the time go by.

The program should also print out each line in the file being read.

Sample Run:
Coding is cool.
Coding helps me.
Coding helps the time go by.
Process finished with exit code 0

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
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++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning