Em Seg, 2006-03-27 às 14:26 -0500, Tommy Grav escreveu:
> I have two tuples: keys and subjects. How do I construct a dictionary 
> using these two tuples?

dict(zip(keys, subjects))

-- 
Felipe.

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

Reply via email to