Created
January 3, 2018 01:46
-
-
Save laixintao/9c85e36716d2d3f16700bb0df650e7aa 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
# -*- coding: utf-8 -*- | |
for i in range (10): | |
print(i) | |
print(i) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for循环的作用域?