little problem with list.reverse() function

manuel manuelbastioniNOSPAM at tin.it
Sat Sep 11 11:29:47 EDT 2004


 >>> a = [[1,2],[2,3],[4,5]]
 >>> print a
[[1, 2], [2, 3], [4, 5]]
 >>> print a.reverse()
None
 >>>



???
Thanks...



More information about the Python-list mailing list