From f87f4a7cd17990fba51c8ad7715f52d2af8852d9 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Sun, 28 Jul 2019 20:18:43 +0800 Subject: =?UTF-8?q?LectureNotesOnPython.rst:=20=20=E5=89=8D=E8=A8=80?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=8A=A0=E5=85=A5=E4=B8=80=E5=8F=A5=E8=AF=9D?= =?UTF-8?q?=20=E5=83=8F=E8=AE=A1=E7=AE=97=E6=9C=BA=E7=A7=91=E5=AD=A6?= =?UTF-8?q?=E5=AE=B6=E4=B8=80=E6=A0=B7=E6=80=9D=E8=80=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LectureNotesOnPython.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LectureNotesOnPython.rst') diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst index 1235478..74cbabe 100644 --- a/LectureNotesOnPython.rst +++ b/LectureNotesOnPython.rst @@ -45,6 +45,8 @@ Python语法简洁,标准库函数全面强大,编程速度快,运行速 我们要编写易维护, 易重用的代码。 +像计算机科学家一样思考。 + Python的发音纠正 ------------------------------ -- cgit v1.2.1