摘要: #task3 with open('data3.txt','r',encoding='utf-8')as f1: with open('data3_processed.txt','w',encoding='utf-8')as f2: a=f1.read().split('\n') a.pop(0) 阅读全文
posted @ 2022-05-16 23:54 孙艺欣 阅读(40) 评论(2) 推荐(0)