Skip to content

Instantly share code, notes, and snippets.

@solarkennedy
Last active April 3, 2018 11:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solarkennedy/d5bb0af1a4aec3b1bea702f6c565e615 to your computer and use it in GitHub Desktop.
Save solarkennedy/d5bb0af1a4aec3b1bea702f6c565e615 to your computer and use it in GitHub Desktop.
silly python quine
A quine is program that prints itself
$ python test.py
File "test.py", line 1
File "test.py", line 1
^
IndentationError: unexpected indent
File "test.py", line 1
File "test.py", line 1
^
IndentationError: unexpected indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment