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


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to