What happens when Python raises an exception and you’re not handling it in your program?
Select all that apply:
Python prints the exception traceback.
Python automatically handles the exception.
The program continues to run as if nothing happened.
The program terminates.
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?