摘要: task6 with open('data6.csv','r',encoding='gbk')as f: data=list(f.readlines()) data=[i.strip('\n') for i in data ] import decimal decimal.getcontext(). 阅读全文
posted @ 2023-06-02 00:21 AurTw1 阅读(73) 评论(3) 推荐(0)