Examveda
Examveda

Can one block of except statements handle multiple exception?

A. yes, like except TypeError, SyntaxError [,...]

B. yes, like except [TypeError, SyntaxError]

C. no

D. none of the mentioned

Answer: Option A


This Question Belongs to Python Program >> Exception Handling In Python

Join The Discussion

Related Questions on Exception Handling in Python