any better code to initalize a list of lists?

Paul Rubin http
Thu Mar 8 21:30:58 EST 2007


"John" <rds1226 at sh163.net> writes:
> I want to radix sort non-negative integers that can fit into 32-bits.

But why do you want to do that?  Why not just use Python's built-in
sorting operation?



More information about the Python-list mailing list