Define a bytes object with the size of 1

前端 未结 0 339
花落未央
花落未央 2021-01-30 23:26

I want to have a bytes object with the size of 1. I tried the built-in declaration:

>>> bytes(3)
b\'\\x00\\x00\\x00\'

However, even thou

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