sunchenxi

导航

实验5 文件应用编程

1 #task3.py 2 with open('data3.txt','r',encoding='utf-8') as f : 3 with open('data3_processed.txt', 'w', encoding='utf-8') as f1: 4 data=f.read().stri

posted on 2022-05-14 16:01  靠谱一星  阅读(16)  评论(1编辑  收藏  举报