Note that `append` does not occur in-place: a new array is allocated and filled ... bb=np.ones((3,8)) c = np.append(aa,bb,axis = 0) print(c).
確定! 回上一頁