Skip to content

Instantly share code, notes, and snippets.

@drozzy
Created June 30, 2013 16:12
Show Gist options
  • Save drozzy/5895781 to your computer and use it in GitHub Desktop.
Save drozzy/5895781 to your computer and use it in GitHub Desktop.
x = ['print "x=", x', 'print "#Hello World"', 'for i in x: print i']
#Hello World
print "x =", x
print "#Hello World"
for i in x: print i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment