We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4cdb3d + 4102d06 commit 670f44bCopy full SHA for 670f44b
121.md
@@ -8,7 +8,7 @@
8
9
##什么是语句
10
11
-事实上,前面已经用过语句了,最典型的那句:`print "Hello, World"`就是语句。
+事实上,前面已经用过语句了,最典型的那句:`print "Hello, World"`就是语句。(注意:Python3里,print语句改成了print()函数。)
12
13
为了能够严谨地阐述这个概念,抄一段[维基百科中的词条:命令式编程](http://zh.wikipedia.org/wiki/%E6%8C%87%E4%BB%A4%E5%BC%8F%E7%B7%A8%E7%A8%8B)
14
0 commit comments