Classify SyntaxError diagnostics when Python cannot parse a piece of code. Which statements are true? Select all that apply.
Explanation
The parser rejects the code before that code can execute, and its displayed location is a diagnostic clue rather than a guarantee of the exact mistaken character. Arithmetic is only one possible context; many malformed language constructs can fail to parse.