Exceptions - Tom Kleen

Write a program to ask the user for a file name. Open the file. When you run the program, enter the name of a file that doesn't exist. You will get the following error: FileNotFoundError: [Errno 2] No such file or directory: 'x' Example. Write a program to ask the user for a numerator and a denominator (float). Print out the quotient. ................
................