odd loop
常見例句
- The Python for loop may seem odd if you've ever used another programming language.
如果您用過其他編程語言,Python for 循環(huán)可能看起來有點(diǎn)兒古怪。 - The first for loop in this example tries to insert the number 100 at the start of the list whenever it finds an odd number in the original list.
本例中的第一個 for 循環(huán)只要在原始 list 中發(fā)現(xiàn)奇數(shù),它就在 list 的開始插入數(shù)值 100。 返回 odd loop