Decode Caesar ciphers by twobit

while 1:print"".join(chr([x,(x&-32)+(x%32+id(0)%21)%26+1][64<x!=95])for x 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