You can use np.column_stack to combine all of your 1D arrays into one big 2D array. This can then be written in one step using np.savetxt .
確定! 回上一頁