Created
August 18, 2016 05:25
-
-
Save macrat/526fb3d8b237f81fcb96bdb7d387b524 to your computer and use it in GitHub Desktop.
C言語使いには理解出来ない挙動をする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
i = 10 | |
while --i >= 0: | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment