Python Programming - Exception Handling - Discussion

Discussion Forum : Exception Handling - General Questions (Q.No. 9)
9.
In Python, what will happen if an exception is not caught?
The program will continue executing normally
The program will terminate immediately
The program will prompt the user to handle the exception
The program will enter an infinite loop
Answer: Option
Explanation:
If an exception is not caught, the program will terminate abruptly, and an error message will be displayed.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.