Skip to content

Instantly share code, notes, and snippets.

@laixintao
Created January 3, 2018 01:46
Show Gist options
  • Save laixintao/9c85e36716d2d3f16700bb0df650e7aa to your computer and use it in GitHub Desktop.
Save laixintao/9c85e36716d2d3f16700bb0df650e7aa to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -*-
for i in range (10):
print(i)
print(i)
@laixintao
Copy link
Author

for循环的作用域?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment