Learn Before
Relation
Error Messages
Many problems in your program will lead to an error message.
Most common error messages:
- SyntaxError
- TypeError
- NameError
- ValueError
Less common error messages:
- AttributeError
- TimeLimitError
- IndexError
- IndentationError
- ExternalError
- UnboundLocalError
- ImportError
- ZeroDivisionError
- KeyError
- IOError
0
1
Updated 2021-06-22
Tags
Python Programming Language
Data Science