odd loop
常見(jiàn)例句
- The Python for loop may seem odd if you've ever used another programming language.
如果您用過(guò)其他編程語(yǔ)言,Python for 循環(huán)可能看起來(lái)有點(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.
本例中的第一個(gè) for 循環(huán)衹要在原始 list 中發(fā)現(xiàn)奇數(shù),它就在 list 的開(kāi)始插入數(shù)值 100。 返回 odd loop