Shidai Liu wrote:
On Tue, 22 Mar 2005 15:27:02 -0500, Bill Mill <[EMAIL PROTECTED]> wrote:

zip(K, *L)

[(100, 1, 3), (200, 2, 4)]


Any idea why zip(*L, K) fails?


I believe the *'ed item needs to be the last argument. _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Reply via email to