Convert hex to ASCII by hallvabo

print''.join('\\n\n'*(_=='0A')or'1F'<_<'7F'and"%c"%int(_,16)or'\\x'+_.lower()for(_)in open('../fd/0').read().split())

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

download

return to the top page