How can I do the “read” function for bytes in Python?

前端 未结 0 1991
旧时难觅i
旧时难觅i 2020-12-03 17:03

haw can i to do this:

for i in range(0, 128, 16):
   file.read(i)

with bytes?

and i have already done this:

prev = 0
k          


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