Errors Flashcards
1
Q
Syntax Error
A
Happens when your code doesn’t make sense to the computer, usually due to misspelling, too many brackets, or missing a comma.
2
Q
Name Error
A
Happens when there is a variable with a name that the computer doesn’t recognize.
Note: variable names are case sensitive!
3
Q
Zero Division Error
A
Happens when you try to divide by zero.
It’s not mathematically possible.