McqMate
Q. |
Which of the following is not a standard exception in Python? |
A. | nameerror |
B. | ioerror |
C. | assignmenterror |
D. | valueerror |
Answer» C. assignmenterror | |
Explanation: nameerror, ioerror and valueerror are standard exceptions in python whereas assignment error is not a standard exception in python. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet