Cody Bable

Generation

generate functionFri, 21 Apr 2023

read from one file and write to another file line by line until end of file

def main(file_in, file_out): # your code here main("sample_input.txt", "sample_output.txt")

Questions about programming?Chat with your personal AI assistant