McqMate
Q. |
How many except statements can a try- except block have? |
A. | zero |
B. | one |
C. | more than one |
D. | more than zero |
Answer» D. more than zero | |
Explanation: there has to be at least one except statement. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet