Skip to content

Instantly share code, notes, and snippets.

@Quelklef
Created February 11, 2020 19:13
Show Gist options
  • Save Quelklef/754c0959be28a43bb97327ca94dba775 to your computer and use it in GitHub Desktop.
Save Quelklef/754c0959be28a43bb97327ca94dba775 to your computer and use it in GitHub Desktop.
My very first quine
s='s={}\ns=s.format(repr(s))\nprint(s)'
s=s.format(repr(s))
print(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment