📜  ordenar lista decrescente python 代码示例

📅  最后修改于: 2022-03-11 14:47:19.978000             🧑  作者: Mango

代码示例1
lista = [13, 7, 5, 4, 6, 19, 6]

lista.sort(reverse = True)