diff options
-rw-r--r-- | LectureNotesOnPython.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index a4cd91f..e923444 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -936,6 +936,8 @@ key与value互换 函数 ------ +当我们开始不断复制黏贴代码时,就要考虑把这部分代码做成函数了。 + 函数 ``unique_words`` 与 ``unique_words2`` 哪个运行速度快? .. code:: python |