Created
April 2, 2021 05:50
-
-
Save yzh119/9834fab95a7deeb5af281967b164937b to your computer and use it in GitHub Desktop.
My solution to quine program in Python
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
prog = "prog = {:c}{}{:c}{:c}print(prog.format(34, prog, 34, 10))" | |
print(prog.format(34, prog, 34, 10)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment