Can a section of a python3 bytearray be modified inside a function?

后端 未结 0 675
感情败类
感情败类 2020-12-10 06:58

I\'m pretty new to python. I\'m using python3 to serialise some data into a bytearray:

# silly serialise function
def serialise(buf)
    
    # number to seri         


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