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 - [email protected] http://mail.python.org/mailman/listinfo/tutor
