Skip to Content
Menu
This question has been flagged
1 Reply
2870 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
3
Aug 24
2852
1
Apr 24
30
3
Apr 24
584
1
Jan 24
920
1
Oct 23
1949