Sort the numbers

Report a typo

Below you can see a list of strings called numbers. Sort it in the descending order as strings (alphabetically) and print the resulting list.

Write a program in Python 3
numbers = ["77", "145", "987", "2095", "6", "371", "4999", "81"]

# sort numbers
___

Create a free account to access the full topic