Question: 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.
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
