Ascii decode by Exelian

a,o=input(),''\x0d
while a:o=chr(a&255)+o;a>>=8\x0d
print o

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

download

return to the top page