Which of the following is not a standard exception in Python?

a) NameError
b) IOError
c) AssignmentError
d) ValueError

1 thought on “ Which of the following is not a standard exception in Python?”

  1. c
    Explanation: NameError, IOError and ValueError are standard exceptions in Python whereas Assignment error is not a standard exception in Python.

Leave a Comment