字符串逆序输出

a=input()
b=a[::-1]
print(b)

 

posted @ 2020-03-23 20:11  李嘉豪28  阅读(169)  评论(0)    收藏  举报