future contains a backport of the bytes object from Python 3 which passes most of ... b = bytes(b'ABCD') assert list(b) == [65, 66, 67, 68] assert repr(b) ...
確定! 回上一頁