Python Test 17

Error Handling (try, except, finally)

Choose one option for each question. This test focuses on Python exception handling. Most questions are code-based and cover `try`, `except`, `else`, `finally`, common exception types, and safe fallback logic when user input or calculations fail.