题解 | #图片整理#
https://www.nowcoder.com/practice/2de4127fda5e46858aa85d254af43941
text = list(input()) print("".join(sorted(text,key = lambda x: ord(x))))
https://www.nowcoder.com/practice/2de4127fda5e46858aa85d254af43941
text = list(input()) print("".join(sorted(text,key = lambda x: ord(x))))
相关推荐