names = ["Anna", "Anne", "Annie", "Anu", "Amy", "alaric", "catherine")
names.sort(reverse = True)
print(names)
The names would be printed in the following order *
Answers
Answered by
0
Answer:
No
Explanation:
Similar questions