On Sat, Nov 14, 2009 at 1:50 AM, Paul Rubin <http://phr...@nospam.invalid>wrote:

> kj <no.em...@please.post> writes:
> >   lol = [None] * 500
> >   for i in xrange(len(lol)):
> >       lol[i] = []
>
> lol = map(list, [()] * 500)


Could someone explain what the deal is with this thread? Thanks.

[[]]*500
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to