摘要: 实验五-3with 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('\n 阅读全文
posted @ 2022-05-16 23:12 hhkki# 阅读(48) 评论(2) 推荐(0)