compound if statement
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]復(fù)合條件語(yǔ)句
英漢例句
- If it finds a match, the corresponding statement (simple or compound) executes.
若發(fā)現(xiàn)相符的,就執(zhí)行對(duì)應(yīng)的語(yǔ)句(簡(jiǎn)單或復(fù)合語(yǔ)句)。 - When you type in the if statement and the terminating colon, then press Return (or Enter) on your keyboard, the Python interpreter realizes you have entered a compound statement.
當(dāng)鍵入 if 語(yǔ)句和終止的冒號(hào),并按鍵盤上的回車鍵時(shí),Python 解釋器就知道您輸入了一個(gè)復(fù)合語(yǔ)句。 - Accessing, adding items to, and deleting items from a dictionary are all simple operations, and dictionaries can be easily incorporated into compound statements like an if statement or a for loop.
訪問(wèn)、添加和刪除 dictionary 中的元素都很簡(jiǎn)單,而且 dictionary 很容易用于復(fù)合語(yǔ)句,比如 if 語(yǔ)句或 for 循環(huán)。
雙語(yǔ)例句
專業(yè)釋義
- 復(fù)合條件語(yǔ)句