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.
1 parent 2e629bf commit 82107b8Copy full SHA for 82107b8
09.control_flow.md
@@ -2,7 +2,7 @@
2
3
截止到现在,在我们所看过的程序中,总是有一系列语句从上到下精确排列,并交由 Python 忠实地执行。如果你想改变这一工作流程,应该怎么做?就像这样的情况:你需要程序作出一些决定,并依据不同的情况去完成不同的事情,例如依据每天时间的不同打印出 '早上好' 'Good Morning' 或 '晚上好' 'Good Evening'?
4
5
-正如你你可能已经猜测到的那番,这是通过控制流语句来实现的。在 Python 中有三种控制流语句——`if` `for` 和 `while`。
+正如你可能已经猜测到的那番,这是通过控制流语句来实现的。在 Python 中有三种控制流语句——`if` `for` 和 `while`。
6
7
## `if` 语句
8
0 commit comments