📜  如何在python代码示例中按降序对列表进行排序

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

代码示例3
# defning A as a list
A.sort(reverse = True)