On Wed, 13 Jul 2005 20:53:58 -0400, Peter Hansen wrote:

> a = ((1,2), (3, 4), (5, 6), (7, 8), (9, 10))
> zip(*a)
> 

This seems to work.  Thanks.

Where do I find documentation on "*args"?



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

Reply via email to