摘要: In [1]: import numpy as np 使用Numpy读写数据¶ In [3]: %%writefile test.txt 1 2 3 4 5 6 2 3 5 8 7 9 Writing test.txt In [4]: data = [] with open('test.txt') 阅读全文
posted @ 2021-01-21 09:37 江千里 阅读(99) 评论(0) 推荐(0)