import time input_string = input("Voer een string in: ") print(input_string[::-1]) time.sleep(2)