1/8
Midterm #2
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Syntax Error
Code that breaks Python’s grammar rules
IndentationError
Wrong Indentation level
NameError
Using a variable that does not exist
TypeError
Wrong data type used in an operation or a function
ValueError
Right type, but it has the incorrect value that is not appropriate for the operation
ZeroDivisionError
Division by 0
AttributeError
using something that does not exist
SemanticError
Code runs but the output is wrong
Runtime Error
code that runs but something goes wrong during its execution