Jump Letters by clock

t=""
while 1:
 n=52;s=raw_input(t)*2;t="\n"
 while n:n=s.find(s[n-1],n)%52;t=s[n]+t

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

download

return to the top page