Re: Rewriting Recipe/410687 without map and lambda

2007-12-12 Thread sofeng
On Dec 11, 8:29 pm, "Terry Reedy" <[EMAIL PROTECTED]> wrote: > "sofeng" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > |I would like to use the following recipe to transpose a list of lists > | with different > lengths.http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/4106

Re: Rewriting Recipe/410687 without map and lambda

2007-12-11 Thread Terry Reedy
"sofeng" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] |I would like to use the following recipe to transpose a list of lists | with different lengths. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/410687 | | Here is an example of what I would like to do: | | Python 2.5.1

Rewriting Recipe/410687 without map and lambda

2007-12-11 Thread sofeng
I would like to use the following recipe to transpose a list of lists with different lengths. http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/410687 Here is an example of what I would like to do: Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, usin