1、1解读程序,说明技术要点
2、2默认为升序
3、3# sorted() 函数可以接收任何的 iterable。
4、4#利用key进行排序
5、5reverse = False 升序(默认)
6、6reverse = True 降序