Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11010
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Subject | Re: how to separate a list into two lists? |
| Date | 2011-08-07 19:11 +0200 |
| References | <mailman.1983.1312650424.1164.python-list@python.org> <4e3d8440$0$5872$c3e8da3$12bcf670@news.astraweb.com> <mailman.1994.1312661111.1164.python-list@python.org> <4e3dd73c$0$29994$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2014.1312737107.1164.python-list@python.org> (permalink) |
On 08/07/2011 02:07 AM, Steven D'Aprano wrote: > Gelonida N wrote: > >> Asuming you [Bud] are not an alias of Jack Smith and assuming you did >> not see Jack's thread asking the same question: > > That's a strange thing to say when Bud *answered* Jack's question. > > >> x,y = unzip(*L) > > What's unzip? It doesn't exist in any version of Python between 1.5 and 3.3 > that I have. > Arg typo: I meant of course zip > >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
how to separate a list into two lists? smith jack <thinke365@gmail.com> - 2011-08-07 01:07 +0800
Re: how to separate a list into two lists? bud <only@fleshwound.org> - 2011-08-06 18:13 +0000
Re: how to separate a list into two lists? Gelonida N <gelonida@gmail.com> - 2011-08-06 22:00 +0200
Re: how to separate a list into two lists? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-07 10:07 +1000
Re: how to separate a list into two lists? Gelonida N <gelonida@gmail.com> - 2011-08-07 19:11 +0200
Re: how to separate a list into two lists? Tim Roberts <timr@probo.com> - 2011-08-06 17:58 -0700
Re: how to separate a list into two lists? Chris Angelico <rosuav@gmail.com> - 2011-08-07 02:05 +0100
Re: how to separate a list into two lists? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-08-07 11:35 +1000
Re: how to separate a list into two lists? Paul Rubin <no.email@nospam.invalid> - 2011-08-06 22:29 -0700
csiph-web