The Python bytes() function returns an array of bytes which is an immutable ... print(x) b'\x00\x00\x00' >>> x = bytes([1,2,3]) #bytes() in iterable list > ...
確定! 回上一頁