Skip to content

Instantly share code, notes, and snippets.

@OllieReynolds
Created February 7, 2018 19:45
Show Gist options
  • Save OllieReynolds/69f6fc7ed82d9d082431fed370e08b83 to your computer and use it in GitHub Desktop.
Save OllieReynolds/69f6fc7ed82d9d082431fed370e08b83 to your computer and use it in GitHub Desktop.
quine
quine = ['print "quine =",quine,"; exec(quine[0])"'] ; exec(quine[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment