Examveda
Examveda

What will happen if an exception is raised in a try block and is not handled in any of the except blocks?

A. The program will terminate with an error message

B. The program will continue running

C. The program will go into an infinite loop

D. The program will pause

Answer: Option A


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python