Python 2, 68(削除) 68 (削除ここまで) 65 bytes
A quine which is essentially an extension of this answer .-3 bytes thanks to @Mukundan
x="printx="g=0\nfor reduce(lambdai a,bin'x=%r;exec x'%x:a*95+ordg=95*g+ord(bi)-31,'x=%r;exec31\nprint x'%x,0)";execg";exec x
Python 2, 68 bytes
A quine which is essentially an extension of this answer .
x="print reduce(lambda a,b:a*95+ord(b)-31,'x=%r;exec x'%x,0)";exec x
Python 2, (削除) 68 (削除ここまで) 65 bytes
-3 bytes thanks to @Mukundan
x="g=0\nfor i in'x=%r;exec x'%x:g=95*g+ord(i)-31\nprint g";exec x
Python 2, 68 bytes
A quine which is essentially an extension of this answer.
x="print reduce(lambda a,b:a*95+ord(b)-31,'x=%r;exec x'%x,0)";exec x