2022年5月16日

实验五

摘要: 任务三: with open('data3.txt','r+', encoding='UTF-8') as f: Z=[] Y=[] x=[] for i in f: x.append(i.strip('\n')) newx=x[1:11] for i in newx: y=float(i) Y.a 阅读全文
posted @ 2022-05-16 22:34 不太妙哈 阅读(25) 评论(2) 推荐(0) 编辑