题解 | #字符串反转#

字符串反转

http://www.nowcoder.com/practice/e45e078701ab4e4cb49393ae30f1bb04

def fe():
    while True:
        ss = input()
        if len(ss)<=1000 and ss.islower():
            lis = []
            for i in ss:
                lis.append(i)
            lis1 = lis[::-1]
            re = ''.join(lis1)
            print(re)
            break
        else:
            continue
fe()
全部评论

相关推荐

昨天 00:18
电子工程师
四方继保 工程服务岗 月薪税前8000,第一年到手可能在18万左右,后面可能在20万左右 211本科
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务