python列表排序sort python中sort用法 python列表数字排序?Python的list提供了一种排序方法,您还可以使用Python内置的sorted来获取新的列表。示例:a=[1,3,2]print(sor... 2021-03-17 2049次浏览