Examveda

What is the purpose of the else clause in a try block?

A. To define the block of code that will be executed if no exception is raised

B. To raise an exception

C. To handle the exception

D. To create a function

Answer: Option A


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

Join The Discussion

Related Questions on Exception Handling in Python