Как сравнить список и int в Python
for list in listoflists:
if {anyiteminlist} > 70:
continue #as in skip to next list
{rest of code here}
Tense Tuatara