Skip to content

Instantly share code, notes, and snippets.

@luisenriquecorona
Created April 18, 2019 15:50
Show Gist options
  • Save luisenriquecorona/46d3efd6ce6e4fa62db6b95f9e07a22c to your computer and use it in GitHub Desktop.
Save luisenriquecorona/46d3efd6ce6e4fa62db6b95f9e07a22c to your computer and use it in GitHub Desktop.
Get for test Python
>>> for x in 'spam':
... print(x) # Press Enter twice before a new statement ... print('done')
File "<stdin>", line 3 print('done')
^
SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment