[Tutor] nested loops

Jonas Melian jonasmg at SoftHome.net
Mon Aug 22 12:17:59 CEST 2005


Is there any way more efficient for run a nested loop?

------
for a in list_a:
    for b in list_b:
        if a == b: break




More information about the Tutor mailing list