字符串逆序输出

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

原文地址:https://www.cnblogs.com/kwjl/p/12554206.html