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