Answer:
See explaination for program code.
Explanation:
inputFileName = input("Input filename: ") outputFileName = input("Output filename: ") inputFile = open(inputFileName, "r") outputFile = open(outputFileName, "w") count = 1 for line in inputFile: newLine = str(count).rjust(4, " ") + "> " + line outputFile.write(newLine) print(newLine) count += 1
Answer:
if you push alt and f4 at the same time it will automatically put the right answer.
Explanation:
A row, which is also called a tuple.
Answer:Lost in space
Explanation:It is a great space movie do not watch if your scared