Question: Sort short names in reverse alphabetic order. Sample output from given program: ['Tod', 'Sam', 'Joe', 'Jan', 'Ann'] 1 short names ['Jan', 'San', 'Ann', 'Joe',
Sort short names in reverse alphabetic order. Sample output from given program: ['Tod', 'Sam', 'Joe', 'Jan', 'Ann'] 1 short names ['Jan', 'San', 'Ann', 'Joe', 'Tod'] 2 3 Your solution goes here 4 5 print (short_names)
Step by Step Solution
There are 3 Steps involved in it
To sort short names in reverse alphabetical order and print the resul... View full answer
Get step-by-step solutions from verified subject matter experts
