Except errors CS

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

SyntaxError

The program contains invalid code that cannot be understood.

2
New cards

IndentationError

The lines of the program are not properly indented.

3
New cards

TypeError

An operation uses incorrect types, which can occur if adding an integer to a string.

4
New cards

ZeroDivisionError

Dividing a number by zero

5
New cards

except Exception

catches all errors

6
New cards

7
New cards

8
New cards