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 時執行一個程序語句塊。
雙語例句
专业释义
- 程序流控制語句