题解 | 字符串反转

字符串反转

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

str1 = input()
if 1<=len(str1)<=1000:
    str2 = list(str1)[::-1]
    for i in str2:
        print(i,end='')

全部评论

相关推荐

云边有个小卖铺儿:校招生违约率低,所以我要高😂
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务