The error I get is: bash: syntax error near unexpected token `(‘ When I switch it to [] is get: I’m unsure if I’m missing code or entering it incorrectly. Answer You’re trying to run python in the shell instead of in python. Within the shell enter py, python or python3. From there, do your normal python commands: Produces