yay

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:37 AM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

Syntax Error

Occurs when Python's grammar rules are violated, such as forgetting a quotation mark or a closing parenthesis.

2
New cards

Type Error

Occurs when an operation is attempted between incompatible types, for example, trying to add a string and an integer like "Hi" + 5.

3
New cards

Name Error

Occurs when a variable is referenced before it is defined or if there is a typographical error in the variable name, such as typing aGe instead of age.

4
New cards

ZeroDivisionError

Occurs when an attempt is made to divide a number by zero, for example, 5 / 0.

5
New cards

Logical Error

A situation where the code runs without crashing but produces the incorrect output due to a mistake in the logic or formula used.