The Python bytes() function returns an array of bytes which is an immutable ... bytes(3) #array of bytes of given integer >>> print(x) b'\x00\x00\x00' >>> x ...
確定! 回上一頁