Question: Both to be done in python with simple code. Lab Assignments Write a program that reads each line in a file, reverses its lines, and

Both to be done in python with simple code.

Both to be done in python with simple code. Lab Assignments Write

Lab Assignments Write a program that reads each line in a file, reverses its lines, and writes them to another file. For example, if the file input.txt contain the lines: 1. Mary had a little lamb Its fleece was white as snow And everywhere that Mary went The lamb was sure to go. and you run your Python file then output.txt contains The lamb was sure to go. And everywhere that Mary went Its fleece was white as snow Mary had a little lamb Name your Python file: reverse.py 2. Write a program that reads a file babynames2000s.txt (given) and produces two files, boynames.txt and girlnames.txt, separating the data for the boys and girls. Further, add functionality to your code, that would create another text file named comboygirlnames.txt which stores all names that are both boy and girl names. Name your Python file: boys_and _girls.py

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 Databases Questions!