‘壹’ Python中怎么向sorted()传递参数reverse=True
1、查看sorted()函数的帮助信息。sorted(iterable,/,*,key=None,reverse=False)。