Created
April 18, 2019 15:50
-
-
Save luisenriquecorona/46d3efd6ce6e4fa62db6b95f9e07a22c to your computer and use it in GitHub Desktop.
Get for test Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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