题解 | 字符逆序


def ref_word(n):
    m = n[::-1]
    return m
n = input().strip()
print(ref_word(n))


全部评论

相关推荐

评论
点赞
收藏
分享
牛客网
牛客企业服务