Skip to content

Instantly share code, notes, and snippets.

@turtlemonvh
Created August 7, 2013 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turtlemonvh/6178619 to your computer and use it in GitHub Desktop.
Save turtlemonvh/6178619 to your computer and use it in GitHub Desktop.
For loop scope test python
for i in range(10):
x = 4
print x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment