PYTHON exeptions

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

1/13

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.

14 Terms

1
New cards

try:

except (exc1, exc2):

handling two or more exeptions

2
New cards

ArithmeticError

klasa bazowa dla ZeroDivisionError

3
New cards

w exeption po to żeby 2 razy obsłużyć wyjątek (w i poza funkcją)

gdzie mozna używać samego słówka raise i po co

4
New cards

assert

jesli po tym słowie pojawi sie None lub False to pojawia się AssertionError

5
New cards

KeyboardInterrupt

ten wyjatek wystepuje po wciśnietu cltr+c

6
New cards

MemoryError

a concrete exception raised when an operation cannot be completed due to a lack of free memory

7
New cards

LookupError

an abstract exception including all exceptions caused by errors resulting from invalid references to different collections (lists, dictionaries, tuples, etc.)

8
New cards

IndexError

a concrete exception raised when you try to access a non-existent sequence's element (e.g., a list's element)

9
New cards

OverflowError

a concrete exception raised when an operation produces a number too big to be successfully stored

10
New cards

ImportError

a concrete exception raised when an import operation fails

11
New cards

KeyError

a concrete exception raised when you try to access a non-existent element in a collection (e.g., a dictionary's element)

12
New cards
13
New cards
14
New cards