The sort method is used to sort lists in place. : Sort : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Sort »

 

The sort method is used to sort lists in place.


x = [462179]
x.sort()
print x



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo List
» Sort