f=open('PATH/test.txt','w') for j in range(50000): f.write(str(acc_array[j][0])) f.write(' ') f.write(str(acc_array[j][1])+'\n') f.close().
確定! 回上一頁