Not Quine by rolf(shift)

import sys;c='import sys;c=%r;d=c%%c;sys.stdout.write(d[15:]+d[:15])';d=c%c;sys.stdout.write(d[15:]+d[:15])

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page