"James Stroud" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Its not obvious to me how to do this. I would like to iterate using a 
> tuple as
> an index. Say I have two equivalently sized arrays, what I do now seems
> inelegant:

Sounds like you want zip(firstlist, secondlist).  If not, I somehow missed 
something.

TJR



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

Reply via email to