Skip to content

Instantly share code, notes, and snippets.

@fcostin
Created March 18, 2010 05:32
Show Gist options
  • Save fcostin/336079 to your computer and use it in GitHub Desktop.
Save fcostin/336079 to your computer and use it in GitHub Desktop.
second python quine. nicer.
a = "for x in ('a = '+repr(a), a): print(x)"
for x in ('a = '+repr(a), a): print(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment