📜  如何在python代码示例中循环列表

📅  最后修改于: 2022-03-11 14:46:46.001000             🧑  作者: Mango

代码示例1
it.dropwhile(lambda x: x != 4, it.cycle(l))