compound if statement
基本解釋
- [計(jì)算機(jī)科學(xué)技術(shù)]復(fù)合條件語句
英漢例句
- If it finds a match, the corresponding statement (simple or compound) executes.
若發(fā)現(xiàn)相符的,就執(zhí)行對應(yīng)的語句(簡單或復(fù)合語句)。 - 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 語句和終止的冒號(hào),并按鍵盤上的回車鍵時(shí),Python 解釋器就知道您輸入了一個(gè)復(fù)合語句。 - 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.
訪問、添加和刪除 dictionary 中的元素都很簡單,而且 dictionary 很容易用于復(fù)合語句,比如 if 語句或 for 循環(huán)。
雙語例句
專業(yè)釋義
- 復(fù)合條件語句