Няма описание

convert.py 45B

    def hex2ascii(s): return chr(int(s, 16))