摘要: 题目要求: Notepad style application that can open, edit, and save text documents. Add syntax highlighting and other features. 下面的代码实现了部分第一行题目要求 没有实现第二行题目要 阅读全文
posted @ 2020-03-28 17:37 YlnChen 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 题目要求: read these strings in from a text file and generate a summary. import os def count_words(file): try: f = open(file, 'r', encoding='UTF-8') excep 阅读全文
posted @ 2020-03-28 12:02 YlnChen 阅读(160) 评论(0) 推荐(0) 编辑