Jump Letters by rolf

while 1:
 z=raw_input()*2;i=52;s=""
 while i:s+=z[i];i=-~z.find(z[i],i+1)%52
 print s

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

download

return to the top page