Skip to content

Instantly share code, notes, and snippets.

@chrisbay
Last active May 13, 2017 14:08
Show Gist options
  • Save chrisbay/10df28779479beba5da2b0a84db6ac81 to your computer and use it in GitHub Desktop.
Save chrisbay/10df28779479beba5da2b0a84db6ac81 to your computer and use it in GitHub Desktop.
A (cheating) quine in Python
with open(__file__) as f:
print(f.read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment