simple list of integers list = [1, 2, 3, 4] # iterable as source array = bytearray(list) print(array) print("Count of bytes:", len(array)).
確定! 回上一頁