> Is there any way more efficient for run a nested loop?
>
> ------
> for a in list_a:
if a in list_b:
breakShould help a bit, Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
