flying-wyf

2017年4月13日

python编程快速上手之第8章实践项目参考答案(8.9.3)

摘要: import os,sys,re# 打开文件key = input('Enter the key word:\n')path = "C:\\Users\\Administrator\\Python35-32\\test"#替换为自己的文件路径for f in os.listdir(path): if 阅读全文

posted @ 2017-04-13 00:36 flying-wyf 阅读(162) 评论(2) 推荐(0)

导航