题解 | #图片整理#

图片整理

http://www.nowcoder.com/practice/2de4127fda5e46858aa85d254af43941

# -*-coding:utf-8-*-

while True:
    try:
        str_ = input()
        s = list(str_)
        ss = []
        for i in range(len(s)):
            ss.append(ord(s[i]))
        ss = sorted(ss[:])
        for ii in ss:
            print(chr(ii) , end="")
    except:
        break

全部评论

相关推荐

听说改名字就能收到offer哈:Radis写错了兄弟
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务