sorted()
功能:
对List、Dict进行排序
用法:
sorted(iterable, key=None, reverse=False)
参数含义:
(1)iterable
sorted ()函数和列表中的sort()函数
原文:https://www.cnblogs.com/Pygoupfs/p/9018608.html