how can I write byte list to file as string in python 3?

前端 未结 0 1111
闹比i
闹比i 2021-01-11 14:00

the function :

    f = open(\'image.txt\', \'wb\')
    byte_arr = getbytes(read_bits())
    byte_list = list(byte_arr)
    print(byte_list)
    some_bytes = b         


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