Break Lorem Ipsum fixed by cvbge

import sys;d={};i=99
for c in sys.stdin.read():a=c.isalpha();j=i-d.get(c,0)+10-11*a;print((j,c)[j>9],end='');d[c]=i;i+=a

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

download

return to the top page