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.
858
0
Do you find this helpful?
3

Discussion

No comments yet