S
Shi Mu
I use Python 2.3 to run the following code:
element in the list of list as the sorting criteria or it just happens
to be?
Thanks!
I wonder whether the sort function automatically consider the firsta=[[1,2],[4,8],[0,3]]
a.sort()
a [[0, 3], [1, 2], [4, 8]]
element in the list of list as the sorting criteria or it just happens
to be?
Thanks!