[Tutor] Looking for a Pythonic way to pass variable

Shidai Liu shidai.liu at gmail.com
Tue Mar 22 21:54:55 CET 2005


On Tue, 22 Mar 2005 15:27:02 -0500, Bill Mill <bill.mill at gmail.com> wrote:
> >>> zip(K, *L)
> [(100, 1, 3), (200, 2, 4)]

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

-- 
With best wishes!
Shidai


More information about the Tutor mailing list