import time timer_length = float(input("How many seconds would you like you're timer to be set for? ")) time.sleep(timer_length) print("Done!")