h.resize((2,6)). Return a new array with shape (2,6). >>> np.append(h,g). Append items to an array. >>> np.insert(a, 1, 5). Insert items in an array.
確定! 回上一頁