摘要: task3 with open('data3.txt','r',encoding='utf-8') as f : with open('data3_processed.txt', 'w', encoding='utf-8') as f1: data=f.read().strip().split('\ 阅读全文
posted @ 2022-05-16 21:17 桑羽 阅读(24) 评论(1) 推荐(0)