CBSE Class 12 Computer Science Question 30 of 30

Exception Handling — Question 5

Back to all questions
5
Question

Question 5

Catch is a part of exception handling.

Answer

False

Reason — In Python, the 'except' block is used for exception handling, not the keyword 'catch'. The 'except' block is used to catch and handle exceptions that occur during program execution.