Question: What happens if your program generates an exception and there's no code written to handle it? Use letters in alphabetical order to select options A
What happens if your program generates an exception and there's no code written to handle it? Use letters in alphabetical order to select options
A Nothing happens; the exception is ignored and the program continues.
B Python gives you an error when you attempt to save the source code file.
C Python gives you a warning when the exception occurs during program execution, and the program continues running.
D Python gives you an error message when the exception occurs during program execution, and the program stops.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
