摘要: 预期处理结果 有两个数组 a = np.array([1,2,3,4]) b = np.array([5,6,7]) 希望txt文件中的格式为: 1 2 3 4 5 6 7 实现 import numpy as np ### 创建文件准备写入数据 filename='use_for_test.txt 阅读全文
posted @ 2020-12-24 09:32 __一条秋刀鱼 阅读(96) 评论(0) 推荐(0)