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")

Want to kickstart your project?Use the new AI Studio to create your code