Python help
Create a function that opens the file and returns a file object
Program should prompt the user to enter a valid file name.
If the file is not found print an error message and keep prompting until a valid file name is entered.
Should be done using try and except.