Skip to content

Instantly share code, notes, and snippets.

@yzh119
Created April 2, 2021 05:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yzh119/9834fab95a7deeb5af281967b164937b to your computer and use it in GitHub Desktop.
Save yzh119/9834fab95a7deeb5af281967b164937b to your computer and use it in GitHub Desktop.
My solution to quine program in Python
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