Q. Which of the following is used to handle exceptions?
β
Correct Answer: (C)
try-except
Explanation: Python uses `try-except` to handle exceptions.