Which statements are true about syntax errors in Python?
Select all that apply:
They occur when the parser detects syntactically incorrect code.
They occur when syntactically correct Python code results in an error.
They can be handled with try … except blocks.
try
except
They’re different than exceptions in Python.
Hint
Syntax errors are not the same as exceptions.
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?