I am trying to append to a numpy array using np.append. For example, a = np.array([1]) np.append(a, [2]). this code works well in terminal (the result is ...
確定! 回上一頁