📚 Practice Mode

Python Fundamentals Quiz

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

which of the following is used for exception handling?

  1. try.....catch()
  2. try.....except()
  3. if.....except()
  4. if....else.....