摘要: task3: with open('data3.txt','r',encoding='utf-8') as f1: data=f1.read().split('\n') x=[eval(i) for i in data[1:]] print(f'原始数据:\n{x}') y=[round(i) fo 阅读全文
posted @ 2022-05-16 22:20 天天三顿 阅读(6) 评论(3) 推荐(0) 编辑