Last active
April 3, 2018 11:17
-
-
Save solarkennedy/d5bb0af1a4aec3b1bea702f6c565e615 to your computer and use it in GitHub Desktop.
silly python quine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A quine is program that prints itself |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python test.py | |
File "test.py", line 1 | |
File "test.py", line 1 | |
^ | |
IndentationError: unexpected indent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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