From 2e1cab9bbb4aea8ddadef5b60ff197fcb9616f9b Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 28 Apr 2019 21:08:35 +0800 Subject: =?UTF-8?q?=E8=AF=B4=E6=98=8E=E9=80=92=E5=BD=92=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E6=94=B9=E5=86=99selection=5Fsort=E5=9C=A8L=E9=95=BF=E5=BA=A6?= =?UTF-8?q?=E5=BE=88=E5=A4=A7=E6=97=B6=E4=BC=9A=E9=81=87=E5=88=B0stack?= =?UTF-8?q?=E4=B8=8D=E5=A4=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LectureNotesOnPython.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'LectureNotesOnPython.rst') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1