Python. import array int_array = array.array('i', [-1, 0, 1, 2]). Copy. This code creates an array of integers (-1, 0, 1, 2) with the data ...
確定! 回上一頁