Skip to content

Instantly share code, notes, and snippets.

@vighneshbirodkar
Created August 26, 2013 19:55
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 vighneshbirodkar/6345891 to your computer and use it in GitHub Desktop.
Save vighneshbirodkar/6345891 to your computer and use it in GitHub Desktop.
Python tricky for
l = [1,2,3,4]
for x in l:
x = 10
print l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment