Question: Write a script named numberlines.py . This script creates a program listing from a source program. This script should: Prompt the user for the names
Write a script named numberlines.py. This script creates a program listing from a source program.
This script should:
Prompt the user for the names of two files.
The input filename could be the name of the script itself, but be careful to use a different output filename!
The script copies the lines of text from the input file to the output file, numbering each line as it goes.
The line numbers should be right-justified in 4 columns, so that the format of a line in the output file looks like this example:
1> This is the first line of text.
Everything works for me except for the output when I go run the checks for the grade. I even tried replacing the common with different symbols.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
