元组的使用 字符串 序列 set 集合 集合的定义 集合常用功能总结: 字典 五类数据容器的特点 容器排序 list_my = [1,4,6,73,86,12,7,10] reverse=True 代表反向排序 print(sorted(list_my, reverse=True))