mix lines by kotauchi

t=open('/dev/fd/0').read().split("\n");m=""\x0d
for i in range(99):\x0d
\x09for c in t:\x0d
\x09\x09if i<len(c):m=m+c[i]\x0d
print m

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

download

return to the top page