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