Which of the following is not a standard exception in Python ?
FileNotFoundError
NameError
ValueError
AssignmentError
AssignmentError is not a built in standard error in Python
Comment here: