flattening list

Chris Rebert clp2 at rebertia.com
Sun May 9 04:21:38 EDT 2010


On Sun, May 9, 2010 at 1:16 AM, gopi krishna <dasarathulagopi at gmail.com> wrote:
> Hi ,
>     Anyone can pls help me in flattening the list.
> if p is the my list which is defined below
> p=[1,[2,3,4],[5,6,],9,[[11,12]]]
> from the above how to get a list
> as [1,2,3,4,5,6,9,11,12]

http://www.lmgtfy.com/?q=python+flatten+list

Cheers,
Chris
--
python-list doesn't like doing other people's homework.
http://blog.rebertia.com



More information about the Python-list mailing list