sorted([‘bob’, ‘about’, ‘Zoo’, ‘Credit’], key=str.lower, reverse=True) 如果不加key,默认按ASCII码排序,reverse表示倒序。key=abs