摘要:
```python #一:今日作业: #1、编写文件copy工具 copy_path = input("请输入复制的文件路径:").strip() paste_path = input("请输入粘贴的文件路径:").strip() with open(r'{}'.format(copy_path),mode='rt',encoding='utf-8') as f1,\ open(r'{}'.for 阅读全文
posted @ 2020-03-13 21:39
于~得~水
阅读(111)
评论(0)
推荐(0)
2020年3月13日
ヾ(≧O≦)〃嗷~