Q. Which of the following keywords is used for exception handling in Python?
β
Correct Answer: (A)
try
Explanation: The `try` keyword is used to start a block that will catch exceptions. The `except` keyword handles them.