summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LectureNotesOnPython.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst
index 8223567..36a1eb3 100644
--- a/LectureNotesOnPython.rst
+++ b/LectureNotesOnPython.rst
@@ -1513,6 +1513,10 @@ Memo
+注意以上的代码在L的长度很大(1000可以,10000不可以)的时候会用尽所有stack。
+
+
+
类 class 与 对象 object
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~