8000
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 ceddf9c commit 263fd9dCopy full SHA for 263fd9d
tutorial/introduction.po
@@ -605,7 +605,7 @@ msgid ""
605
"to), ``>=`` (greater than or equal to) and ``!=`` (not equal to)."
606
msgstr ""
607
":keyword:`while` 迴圈只要它的條件為真(此範例:``a < 10``),將會一直重覆執"
608
-"行。在 Python 中如同 C 語言,任何非零的整數值為真 (true);零為偽 (false)。條"
+"行。在 Python 中如同 C 語言,任何非零的整數值為真 (true);零為假 (false)。條"
609
"件可以是字串、list、甚至是任何序列型別;任何非零長度的序列為真,空的序列即為"
610
"假。本例子使用的條件是個簡單的比較。標準的比較運算子 (comparison operators) "
611
"使用如同 C 語言一樣的符號:\\ ``<``\\ (小於)、\\ ``>``\\ (大於)、\\ "
0 commit comments