How to encode decimal lines to hex?

前端 未结 0 1696
自闭症患者
自闭症患者 2021-02-14 07:24

When i try this

f = open(\'j:/out.txt\', \'r\')
lines = []
for line in f:
    lines.append(line)
    f1 = open(\'j:/out1.txt\', \'a\')
    print (\'\'.join(hex(in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题