Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("How long do you want to set your timer for?")
- input_time = int(input())
- import time
- time.sleep(input_time)
- print("TIMES UP!")
- #this is a work in progress as i want to work out how to make a countdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement