Skip to content

Instantly share code, notes, and snippets.

@doctaphred
Created July 22, 2014 21:43
Show Gist options
  • Save doctaphred/4aa088c6acc959f94aa1 to your computer and use it in GitHub Desktop.
Save doctaphred/4aa088c6acc959f94aa1 to your computer and use it in GitHub Desktop.
A quick quine. Runs in Python 2 or 3.
q="\nprint('q='+repr(q)+q)"
print('q='+repr(q)+q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment