Skip to Content
Menu
This question has been flagged
1 Reply
3459 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
Jun 25
1511
0
Mar 25
1376
0
Feb 25
1075
3
Aug 24
5744
1
Apr 24
33