From 0ccb896e7673f9f1b4b7bbf3d1a9758f051f1d85 Mon Sep 17 00:00:00 2001 From: feilong Date: Fri, 19 Nov 2021 18:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B8=E9=A2=98+fix5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../style.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/style.md" "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/style.md" index 480a1c5..92dceed 100644 --- "a/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/style.md" +++ "b/data/1.python\345\210\235\351\230\266/1.\351\242\204\345\244\207\347\237\245\350\257\206/6.\347\274\226\347\240\201\350\247\204\350\214\203/style.md" @@ -93,6 +93,7 @@ if __name__ == '__main__': ``` 预期的输出结果为: + ```bash 单词排行榜 -------- @@ -173,6 +174,7 @@ This project holds the C++ Style Guide, C# Style Guide, Swift Style Guide, Objec print(f'{i+1}. 单词:{word}, 词频:{count}') i += 1 ``` + ## 答案 ```python -- GitLab