On Wed, 01 Oct 2008 10:47:28 +0000, Marc 'BlackJack' Rintsch wrote: > On Wed, 01 Oct 2008 08:07:43 +0000, Lie Ryan wrote: > >>>>> a = [1, 3, 4, 2] >>>>> a = a.sort() >>>>> print a >> [None, None, None, None] > > *That* would be really odd. The last line should be just a singel > `None` and not a list. :-) > > Ciao, > Marc 'BlackJack' Rintsch
Ah yeah, I originally intended to give a list of list example, but changed mind and forgot to change that last line. -- http://mail.python.org/mailman/listinfo/python-list