On Fri, 22 Jun 2007 03:11:16 +0000, hiro wrote:

> Hi there, I have a 2 lists.. for simplicities sake lets say the are:
> 
> l1 = [ 'abc' 'ghi' 'mno' ]
> 
> l2 = [ 'abc' 'def' 'ghi' 'jkl 'mno' 'pqr']
> 
> what I need to do is compare l1 against l2 and return the "position" of
> where each object in l1 is in l2
> 
> ie: pos = 0, 2, 4


Thanks for sharing. Did you have a question, or did you just want to tell 
us what you were doing?



> Thanks in advance, -h

My pleasure.


-- 
Steven.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to