2019-03-31
阅读量:
610
列表排序及连接。
def tm074(): # tm079
'''
a = [3,2,1]
b = [4,5,6]
a.sort()
print(a)
print(a+b)






评论(0)


暂无数据
推荐帖子
2条评论
6条评论
7条评论