Syntax Errors
- AKA parsing errors.
- Most likely you’ve forgotten to comply with some Python rules.
- File name and line number are printed, use them to find it in your codebase.
- Little arrows pointing at the token in the line where the error was detected.