The following code raises a SyntaxError. ``` for i in [1, 2, 3]: > i ```
The following code raises a SyntaxError.