size of array size = 3 # will create an array of given size # and initialize with null bytes array1 = bytearray(size) print(array1).
確定! 回上一頁