str=input() len=len(str) for i in range(0,len): print(str[len-1-i],end="")
全wa了,py萌新求助,按照c++写的,在本机上跑得好像都没什么问题