> Is there any way more efficient for run a nested loop?
> 
> ------
> for a in list_a:
      if a in list_b: 
         break


Should help a bit,

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

Reply via email to