cara membandingkan daftar dan int dalam python
for list in listoflists:
if {anyiteminlist} > 70:
continue #as in skip to next list
{rest of code here}
Tense Tuatara