Jump Letters by hallvabo

while 1:
 s=raw_input()*2;t='';i=0
 while i<52:t+=s[i];i=s.find(s[i],i+1)%52+1
 print t

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

download

return to the top page