Skip to Content
Menu
This question has been flagged
1 Reply
3659 Views

Is there a way to show the rate list by name alphabetically?

Avatar
Discard
Best Answer

Dear Jorge Marin,

Try like this:

lst= ['at', 'from', 'hello', 'hi', 'there', 'this']

lst.sort(reverse=True)


Avatar
Discard
Related Posts Replies Views Activity
2
Sep 25
370
1
Aug 25
576
2
Jun 25
2027
0
Mar 25
1898
0
Feb 25
1440