Skip to content

Instantly share code, notes, and snippets.

@macrat
Created August 18, 2016 05:25
Show Gist options
  • Save macrat/526fb3d8b237f81fcb96bdb7d387b524 to your computer and use it in GitHub Desktop.
Save macrat/526fb3d8b237f81fcb96bdb7d387b524 to your computer and use it in GitHub Desktop.
C言語使いには理解出来ない挙動をするpython
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