summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2019-07-28 19:43:50 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2019-07-28 19:43:50 +0800
commit24d44357fa97eee6bc67e212d7ac2d65c0aec3f3 (patch)
treebee6d7626125f69d4327b33d79dd6f4ea90e63bc
parent0a4f12b30486b259cc3a4f67bc31a849d520bce3 (diff)
LectureNotesOnPython.rst: 添加脚本模式
-rw-r--r--LectureNotesOnPython.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/LectureNotesOnPython.rst b/LectureNotesOnPython.rst
index df127f2..44a2729 100644
--- a/LectureNotesOnPython.rst
+++ b/LectureNotesOnPython.rst
@@ -89,7 +89,7 @@ Bit, byte, KB, MB, GB, TB, PB换算。
Python能做什么?
-----------------------------------------------------
-可以当一个计算器。 交互模式。
+可以当一个计算器。 交互模式。 脚本模式。
可以处理大量文本。 强大的标准库。