ordena lista decrescente python
lista = [13, 7, 5, 4, 6, 19, 6]
lista.sort(reverse = True)
Panicky Parrot
lista = [13, 7, 5, 4, 6, 19, 6]
lista.sort(reverse = True)