Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to compare list and int in python

for list in listoflists:
    if {anyiteminlist} > 70:
        continue    #as in skip to next list

    {rest of code here} 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #compare #list #int #python
ADD COMMENT
Topic
Name
7+6 =