摘要: task6 实验源码 1 import csv 2 3 title = ['原始数据', '四舍五入后的数据'] 4 5 lst = [] 6 yuan_lst = [] 7 hou_lst = [] 8 with open('data6.csv', 'r') as f: 9 read_lst = 阅读全文
posted @ 2023-06-07 09:53 理理理 阅读(15) 评论(0) 推荐(0)