题解 | #数字颠倒#

数字颠倒

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

my_input = input().strip()
mystr = ''
for i in range(1, len(my_input)+1):
    mystr = mystr + my_input[-i]
print(mystr)
全部评论

相关推荐

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