Skip to content

Instantly share code, notes, and snippets.

@relsqui
Created May 5, 2016 22:12
Show Gist options
  • Save relsqui/5bece120145acb2bad240073092f0ba2 to your computer and use it in GitHub Desktop.
Save relsqui/5bece120145acb2bad240073092f0ba2 to your computer and use it in GitHub Desktop.
The stupidest python quine
[finnre@ruby ~]$ python quine.py
File "quine.py", line 1
File "quine.py", line 1
^
IndentationError: unexpected indent
File "quine.py", line 1
File "quine.py", line 1
^
IndentationError: unexpected indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment