Computer Science

Catch is a part of exception handling.

Python Exception Handling

3 Likes

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.

Answered By

3 Likes


Related Questions