Skip to content

Instantly share code, notes, and snippets.

@rmeertens
Created June 24, 2016 22:02
Show Gist options
  • Save rmeertens/b0c839039b334288aa3cc39e5b7ed5a0 to your computer and use it in GitHub Desktop.
Save rmeertens/b0c839039b334288aa3cc39e5b7ed5a0 to your computer and use it in GitHub Desktop.
creating a quine in python
def f():print("xx = 'f';eval('%s()'%(xx))")
xx = 'f';eval('%s()'%(xx))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment