I have a try/except statement:
def get_file(): myfile = input("Enter the name of the file to read:\\n") try: open_myfile = open(myf