Catch is a part of exception handling.
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.