you can user sorted..reverse as per doc

def main():
   print('Celebrities  known by one name:')
   drake = ['Drake']
   BE = ['Beyonce']
   RI = ['Rihanna']
   BO = ['Bono']

   a = input('Enter another one name celebrity ')
   b = input('Enter another one name celebrity ')
   c = input('Enter another one name celebrity ')
   d = [a,b,c,drake,BE,RI,BO]
   f = sorted(d,reverse=True)
   print('Celebrities in Reverse Alpha Order')
   for d in f:
      print(d)
main()
Answer from Dharmesh Fumakiya on Stack Overflow
🌐
Alphabetizer
alphabetizer.flap.tv
Alphabetize a list in alphabetical order - and much more!
Once you've capitalized your titles, simply select the Alphabetize option and you put your list in alphabetical order. Remove duplicate lines from a list. List Deduper will dedupe your list. Use this online tool to remove duplicate lines from a large block of text. This can be useful if you don't realize you have the same thing written on more than one line and you don't need it listed twice. This option will take your list and reverse the order in which each term is listed.
Sort Letters
A simple tool for sorting letters and counting the number of each letter in text.
Alphabetize Names by Last Names
Sort a List of Names by Last Name. Great for filing, invitations, weddings or business lists.
Remove One List From Another
A simple online tool to remove items in one list from items in a second list.
🌐
WordCounter
wordcounter.net › alphabetize
Alphabetize Your Lists - WordCounter.net
There may be a time when you want your list to be alphabetized from "z to a" instead of from a to z. Choosing this button will give you a reverse alphabetized list. Sometimes you want to change the order of the list you have, but don't want it to be in a specific order.
Discussions

python - How to reverse alphabetical order - Stack Overflow
I'm trying to make the names descend from z-a. I'm trying to sort the list in reverse alphabetical order and then loop through the entire list to print each celebrity's name on its own line def ma... More on stackoverflow.com
🌐 stackoverflow.com
Using sorted() to print a list in reverse alphabetical order
Can anyone help me use sorted() to print a list in reverse alphabetical order please? Here is my list: places = [‘Iceland’, ‘Japan’, ‘Manchester’, ‘Norwich’] As I understand it, the sorted() function can also accept a… More on discuss.python.org
🌐 discuss.python.org
0
0
August 10, 2021
Is there a word for "reverse alphabetical order"? A quick Google search showed me that "analphabetic" means "not in alphabetical order," but that doesn't necessarily mean the order will be from Z to A.
Retroalphabetic? More on reddit.com
🌐 r/NoStupidQuestions
3
1
June 28, 2018
How can you use the sorted() function to print a list in reverse alphabetical order? (Python) - Stack Overflow
works to permanently sort the list into reverse alphabetical order whereas More on stackoverflow.com
🌐 stackoverflow.com
🌐
EasySurf
easysurf.cc › ralphawrd.htm
Reverse Alphabetical Order - Alphabetize the letters in a word
Reverse Alphabetical Order - Alphabetize the letters in a word · Alphabetize the letters in a word in Reverse Alphabetical Order · Enter a word: · Click here to add this page to your list of Favorites · Directions · Type the word in the entry box and then click "Click to Convert" To clear ...
🌐
TextFixer
textfixer.com › tools › alphabetical-order.php
Put any text in Alphabetical Order with this free tool
Use this to re-order list items alphabetically. Alphabetize words, text, lists, and similar information. You can save the results in a text or word doc type file.
🌐
Python.org
discuss.python.org › python help
Using sorted() to print a list in reverse alphabetical order - Python Help - Discussions on Python.org
August 10, 2021 - Can anyone help me use sorted() to print a list in reverse alphabetical order please? Here is my list: places = [‘Iceland’, ‘Japan’, ‘Manchester’, ‘Norwich’] As I understand it, the sorted() function can also accept a…
Find elsewhere
🌐
Gillmeister Software
gillmeister-software.com › online-tools › text › reverse-sort-list.aspx
Reverse the order of items in a list online - Gillmeister Software
This online tool allows you to fast and easy reverse the sort order of a list. For example, you can change the sort order of an alphabetically in ascending order sorted list to descending.
🌐
Wordnik
wordnik.com › lists › words-with-letter-in-reverse-alphabetical-order-wtuQvwOvDbD6MiNK9RhzM
Wordnik: Words with letters in reverse alphabetical order
A list of 93 words by mangal. Tip: Add several words or phrases at once by separating them with semicolons. Don't worry about surrounding whitespace -- we'll ignore it. ... Words with letters in Z to A order.
🌐
TheProblemSite.com
theproblemsite.com › reference › mathematics › codes › backwards-alphabet-code
Backwards Alphabet Code: Codes and Secret Messages
The Backwards Alphabet Code is very simple. All you have to do is make a list of all the letters in the alphabet, and then make another list right next to it, of all the letters in backwards order. Kind of like this...
🌐
Eleven Plus Exams
elevenplusexams.co.uk › board index › 11 plus subjects › verbal reasoning
Reverse Alphabetical Order - 11 Plus Exams Forum
For quickness you don’t need to list them all and reverse just look for the one where 3rd letter is nearest end of alphabet, then find one which is nearest to that ... Outside of a dog, a book is a man's best friend. Inside of a dog it's too dark to read.Groucho Marx ... Thankyou so much Yoyo mum. @Toad mum i was reversing all the words from backwords.
🌐
EditPad
editpad.org › tool › alphabetizer
Alphabetizer (Alphabetical Order Sorter) for list and words
Just enter the list into the tool and use the “Sort A-Z” button to organize it in the right alphabetical order. ... This option will help you to organize the list in reverse alphabetical order.
🌐
Google Sites
sites.google.com › site › codesforscouts › reverse-the-alphabet
Secret Codes for Cubs and Scouts - Reverse the Alphabet
In this code, each letter in the code stands for a different "real" letter. A stands for Z B stands for Y C stands for X and so on. To help solve this code, first write out the alphabet, and then write out the alphabet in reverse below it: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Z Y X
🌐
BankExamsToday
bankexamstoday.com › 2017 › 06 › tricks-to-learn-reverse-alphabetical.html
Tricks to Learn Reverse Alphabetical Order - BankExamsToday
June 19, 2017 - ALPHABETS In this article we learn how we can remember alphabets easily by developing tricks ALPHABETS-26: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
🌐
Quora
quora.com › What-words-in-the-English-language-have-their-letters-arranged-in-reverse-alphabetical-order-like-spoonfeed
What words in the English language have their letters arranged in reverse alphabetical order like 'spoonfeed'? - Quora
Answer (1 of 5): Here is a list of such words, generated by a regex expression, implemented as the following egrep command: [code]egrep -e "^z*y*x*w*v*u*t*s*r*q*p*o*n*m*l*k*j*i*h*g*f*e*d*c*b*a*$"