> I could do nested for ... in loops, but was looking for a Pythonic way
> to do this.  Ideas?

I find nested for loops very Pythonic. Explicit is better than implicit,
and simple is better than complex.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to