the list should be sorted in reverse : Sort : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Sort »

 

the list should be sorted in reverse


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



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Sort