list to bytes conversion on python

前端 未结 0 1679
攒了一身酷
攒了一身酷 2021-01-30 04:28

I have a list with the following values:

l = [205, 1, 239, 215, 48]
when I convert it with bytes by doing 
byte_l = bytes(l)
print(byte_l)

gives:

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