Decode Caesar ciphers by hallvabo

while 1:print''.join(chr((c,(id(0)%5*6-~c%32)%26-~(c&96))[64<c!=95])for c in map(ord,raw_input()))

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

download

return to the top page