A

Admin • 833K Points
Coach

Q. How do you handle exceptions in Python?

  • (A) try-except block
  • (B) do-catch block
  • (C) catch block
  • (D) handle block
  • Correct Answer - Option(A)
  • Views: 30
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Python uses `try` and `except` to handle exceptions.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.