Q. Which statement is used to handle exceptions in Python?
β
Correct Answer: (D)
try
Explanation: Python uses `try` and `except` blocks to handle exceptions.