subject

In python Sort short_names in reverse alphabetic order.
Sample output with input: 'Jan Sam Ann Joe Tod'['Tod', 'Sam', 'Joe', 'Jan', 'Ann']
1
2
3
4
5
6
user_input = input()
short_names = user_input. split()
''' Your solution goes here '''
print(short_names)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:30
1. technician a says horsepower information can be used by consumers to compare the power of different automobile engines. technician b says that manufacturers will often list the horsepower output of their engines in the online service information. who is right?
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
Amanda needs to create an informative print brochure for her local library’s fundraiser dinner. what critical detail must she have before she starts designing the brochure?
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
In which view can you see speaker notes?
Answers: 1
question
Computers and Technology, 24.06.2019 11:30
Convert 11001110(acdd notation) into decimal
Answers: 2
You know the right answer?
In python Sort short_names in reverse alphabetic order.
Sample output with input: 'Jan Sam An...
Questions
Questions on the website: 13722367