exception errors

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

adding a string to an integer

TypeError

2
New cards

trying to covert a string to an integer like ‘abc’

ValueError

3
New cards

when an index is out of range

IndexError

4
New cards

when a key does not exist in a dictionary

KeyError

5
New cards

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

6
New cards

when a variable is not found

NameError

7
New cards

when trying to divide something by 0

ZeroDivisionError

8
New cards

when an import statement fails

ImportError