shortest python quine?

后端 未结 10 1796
天涯浪人
天涯浪人 2020-12-23 19:55
_=\'_=%r;print _%%_\';print _%_

Is this the shortest possible python quine, or can it be done better? This one seems to improve on all the entrie

10条回答
  •  遥遥无期
    2020-12-23 20:49

    I'm just going to leave this here (save as exceptionQuine.py):

        File "exceptionQuine.py", line 1
            File "exceptionQuine.py", line 1
            ^
    IndentationError: unexpected indent
    

提交回复
热议问题