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 17:30
Where would you click to edit the chart data?
Answers: 1
question
Computers and Technology, 22.06.2019 23:00
Is an attack that relies on guessing the isns of tcp packets
Answers: 2
question
Computers and Technology, 23.06.2019 21:00
Uget brainliest if accurate mary has been given the responsibility of hiring a person for the position of a software testing officer. which management function would mary achieve this responsibility?
Answers: 1
question
Computers and Technology, 23.06.2019 23:40
4. what is the reason for including the following code snippet in the header file animal.h? #ifndef animal_h #define animal_h class animal { public: animal(); animal(double new_area_hunt); void birth(); void hunt(double new_area_hunt); void death(); double get_area_hunt() const; private: double area_hunt; }; #endif
Answers: 3
You know the right answer?
In python Sort short_names in reverse alphabetic order.
Sample output with input: 'Jan Sam An...
Questions
question
Mathematics, 16.07.2020 23:01
question
Mathematics, 16.07.2020 23:01
question
Mathematics, 16.07.2020 23:01
question
Mathematics, 16.07.2020 23:01
Questions on the website: 13722363