• 1.用reversed函数
 print(''.join(reversed(input())))

2.切片函数

print(input()[::-])