while statement WHILE的意思|示意
while语句
while statement WHILE的网络常见释义
语句 ... GOTO statement GOTO语句 While statement While 语句 in terms of 根据;按照;用...的话 ...
while statement WHILE相关例句
The WHILE statement defines a set of statements to be executed until a condition that is evaluated at the beginning of the WHILE loop is false.
while语句定义了一个语句集合,如果在WHILE循环开始时某个条件的求值结果为false,那么就将执行这个语句集合。
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时执行一个程序语句块。