program flow control statement
常见例句
- A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
一个复合语句包括一个流控制指令,后跟一个冒号(:),然后再是一个程序语句块。 - The second type of flow control statement in Python is the while loop, which executes a block of program statements while an expression evaluates True.
Python 中的第二种流控制语句是 while 循环,它在一个表达式计算为 True 时执行一个程序语句块。 返回 program flow control statement