Created
April 29, 2015 18:12
-
-
Save psicobyte/37c8f3f49d8bb66a8d38 to your computer and use it in GitHub Desktop.
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
| while a < 10: | |
| print a | |
| a = a + 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
print(a)