Knight Move by leonid

while 1:
 r=raw_input()
 for c in'a=,.Aevt':
\x09k=int(r,18)-ord(c)
\x09if~k%18<8<k/11<22:print chr(92+k/18)+`k%9`,
 print

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

download

return to the top page