Correct way to handle exceptions in Python
Question
:
What is the correct way to handle exceptions in Python?
try...except
try...catch
try...finally
try...error
Answer
:
A - is the correct answer