Python3下载次数没了,找不到哪里有错
查看原帖
Python3下载次数没了,找不到哪里有错
844460
qiaokeli楼主2023/2/7 11:35

a=input().split() b=input() l1=[int(i) for i in a] l1.sort() c=b.replace("A",str(l1[0])).replace("B",str(l1[1])).replace("C",str(l1[2])) print(" ".join(c))

2023/2/7 11:35
加载中...