Vidyalelo
Python · Q1

Exception Handling in Python

Programming · Python · question 1

Q1

What is the purpose of exception handling in Python?

A.
To handle runtime errors and prevent the program from crashing
Answer
B.
To print error messages
C.
To ignore errors
D.
To enhance program speed

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board