What happens when Python raises an exception and you’re not handling it in your program?
Select all that apply:
The program terminates.
Python prints the exception traceback.
The program continues to run as if nothing happened.
Python automatically handles the exception.
Hint
Think about the purpose of an exception. What does it indicate?
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?