python 求助
查看原帖
python 求助
520297
xmile楼主2021/8/27 11:33
num1,num2=map(int,input().split(" "))
lst=map(int,input().split(" "))
lst=sorted(lst)
for i in lst:
    print(i,end=" ")
2021/8/27 11:33
加载中...