摘要: 实验任务6 task6 # 读取并处理原始数据with open('data6.csv','r',encoding = 'gbk') as f: old_data = f.read().split('\n') del old_data[0] # 四舍五入得到新数据 new_data = [] for 阅读全文
posted @ 2023-06-03 14:18 咖啡店的茅羽耶 阅读(88) 评论(1) 推荐(0)