| 1. | Followed by a block of program statements ) ,然后再是一个程序语句块。 |
| 2. | This article has introduced three python program statements : the 本文介绍了三种python程序语句: |
| 3. | Statement executes a block of program statements if a boolean expression evaluates true 语句在一个布尔表达式计算为true时执行一个程序语句块。 |
| 4. | Find the section of code that creates and sends the selector statement to the subscription manager 找到创建了选择程序语句并将其发送到subscription manager的那部分代码: |
| 5. | Change the selector statement for our content adapter so that it matches one item , the adjustername 更改用于我们的内容适配器的选择程序语句,以便它能够与款项adjustername匹配: |
| 6. | Clause that indicates a block of program statements that should be processed if the boolean expression evaluates false 子句,指示当布尔表达式计算为false时应该处理的程序语句块。 |
| 7. | Notice how the program statements in listing 3 that extend over more than one line are indented to improve readability 注意清单3中扩展到多个行的程序语句是如何缩进以改善可读性的。 |
| 8. | Sometimes , however , it s desirable to place multiple program statements on a single line - when you re initializing variables , for example 然而,有时候需要在一行放多个程序语句,例如初始化变量时。 |
| 9. | Statement can be used to execute one of two blocks of program statements , depending on the value of a particular boolean expression 语句可以如何用于根据一个特定布尔表达式的值,来执行两个程序语句块中的其中一个。 |
| 10. | This means the program statements executed in the loop body must change the value of the expression - or else the loop will never end 这意味着循环体中执行的程序语句必须要改变表达式的值,否则循环将无法结束。如清单8所示。 |