# InputStr is going to be reversed with ths piece of code # Just Slicing with -1 InputStr = input("") print(InputStr[::-1])