summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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能做什么?
-----------------------------------------------------
-可以当一个计算器。 交互模式。
+可以当一个计算器。 交互模式。 脚本模式。
可以处理大量文本。 强大的标准库。