Correct answer: A. It lets a program handle an error gracefully instead of crashing outright
Explanation
try/except allows a program to handle an error gracefully with a fallback, rather than crashing when something unexpected happens.
Practise 3 questions on this topic
Take Python Basics — Timed Test (3 questions) — scored instantly, explanation for every question, no login.