Question: Students, for your Python lab 3 assignment, you will be working with file input and output. Your task is to create a Python program that
Students, for your Python lab assignment, you will be working with file input and output. Your task is to create a Python program that takes an input file named "studentsintxt which contains a list of student names in all capital letters, and converts them to lowercase. The output should be saved in a new file named "studentsout.txt
Here are the steps you should follow:
Open the "studentsintxt file for reading.
Read the contents of the file.
Convert the names to lowercase.
Create a new file named "studentsout.txt for writing.
Write the converted names to the "studentsout.txt file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
