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