python组合 python组合数据类型有哪些 python语句中合并两个列表并且将列表中的数安大小排列假设原来的两个list是L1,L2. 1,合并:L = L1+L2 2,排序sorted(L) 默认从小到大排列,如果要从大到小排列就是sorted(L,rev... 小编 /Python /2023-11-21 /0 评论 /33 阅读