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',

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

1 Expert Approved Answer
Step: 1 Unlock

To sort short names in reverse alphabetical order and print the resul... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!