Q8
Can one block of except statements handle multiple exception?
A.
yes, like except TypeError, SyntaxError [,...]
AnswerB.
yes, like except [TypeError, SyntaxError]
C.
no
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board