program flow control statement
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]程序流控制語句
英漢例句
- A compound statement consists of a flow control instruction, followed by a colon character (:), followed by a block of program statements.
一個(gè)復(fù)合語句包括一個(gè)流控制指令,后跟一個(gè)冒號(hào)(:),然后再是一個(gè)程序語句塊。 - 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 循環(huán),它在一個(gè)表達(dá)式計(jì)算為 True 時(shí)執(zhí)行一個(gè)程序語句塊。
雙語例句
專業(yè)釋義
- 程序流控制語句