sorted() 函数对所有可迭代的对象进行排序操作
sorted(iterable, cmp=None, key=None, reverse=False)
python随笔:sorted函数
原文:https://www.cnblogs.com/wdlrup/p/14588236.html