Created
January 27, 2011 05:48
-
-
Save sublee/798127 to your computer and use it in GitHub Desktop.
A quine in Python I made at 2007
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
x='print"x=\'%s\'\\n%s"%(x.replace("\\\\","\\\\\\\\").replace("\'","\\\\\'"),x)' | |
print"x='%s'\n%s"%(x.replace("\\","\\\\").replace("'","\\'"),x) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment