bytesToWrite=[125,3,255,0,101]newfile=open("hello.bin",'wb')newfile.write(bytes(bytesToWrite))newfile.close()
沒有留言:
張貼留言