Why does bytearray() return a value greater than one byte?

后端 未结 0 1568
别跟我提以往
别跟我提以往 2021-01-24 05:52

I am trying to convert hex input into a bytearray. Basically, I have tried:

  1. bytearray.fromhex(\'e832\')

  2. converting to ints: b

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