🎴 Flashcard Mode

Python Fundamentals Quiz

Card1 / 15
Mastered0
Review0
QuestionClick to flip

which of the following is used for exception handling?

AnswerClick to flip back
A
try.....except()
💡 Explanation:

Python uses the try and except blocks to handle exceptions during program execution.

Change Mode