A

Admin • 832.27K Points
Coach

Q. Which keyword is used to handle exceptions in Python?

  • (A) catch
  • (B) try
  • (C) except
  • (D) throw
  • Correct Answer - Option(C)
  • Views: 26
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`try` is used to start a block of code, and `except` is used to handle exceptions.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.