摘要: 实验任务3: 1 with open('data3.txt','r',encoding='utf-8')as f: 2 t=f.readlines() 3 p=[] 4 for i in t: 5 if t[0]==i: 6 y='原始数据'+'\t'+'四舍五入后数据'+'\n' 7 p.appe 阅读全文
posted @ 2022-05-16 11:32 气工吴旭 阅读(21) 评论(2) 推荐(0) 编辑