📜  如何在python代码示例中比较list和int

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

代码示例1
for list in listoflists:
    if {anyiteminlist} > 70:
        continue    #as in skip to next list

    {rest of code here}