Which of the following is not a standard exception in Python?
(a) NameError
(b) IOError
(c) AssignmentError
(d) ValueError
This question was posed to me in my homework.
My question is from Exception Handling topic in section Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python