提交 0ccb896e 编写于 作者: F feilong

改进8题+fix5

上级 128affd7
...@@ -93,6 +93,7 @@ if __name__ == '__main__': ...@@ -93,6 +93,7 @@ if __name__ == '__main__':
``` ```
预期的输出结果为: 预期的输出结果为:
```bash ```bash
单词排行榜 单词排行榜
-------- --------
...@@ -173,6 +174,7 @@ This project holds the C++ Style Guide, C# Style Guide, Swift Style Guide, Objec ...@@ -173,6 +174,7 @@ This project holds the C++ Style Guide, C# Style Guide, Swift Style Guide, Objec
print(f'{i+1}. 单词:{word}, 词频:{count}') print(f'{i+1}. 单词:{word}, 词频:{count}')
i += 1 i += 1
``` ```
## 答案 ## 答案
```python ```python
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册