odd loop
常见例句
- The Python for loop may seem odd if you've ever used another programming language.
如果您用過其他編程語言,Python for 循環可能看起來有點兒古怪。 - 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 循環衹要在原始 list 中發現奇數,它就在 list 的開始插入數值 100。 返回 odd loop