1,使用python读取txt文件已知txt文件内容如下: 0 0 1 1 2 4 3 9 4 16 5 25 6 36请以第一列为x ... Y.append(value[1]) print(X) print(Y) plt.plot(X, Y) plt.show().
確定! 回上一頁