1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
adding a string to an integer
TypeError
trying to covert a string to an integer like ‘abc’
ValueError
when an index is out of range
IndexError
when a key does not exist in a dictionary
KeyError
when trying to access or set an attribute that does not exist on an object e.g. self.name = name but name does not exist
AttributeError
when a variable is not found
NameError
when trying to divide something by 0
ZeroDivisionError
when an import statement fails
ImportError