Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import time
- then = time.strftime('%S')
- prompt = input("Hey fam, what's up? ")
- now = time.strftime('%S')
- print("It took you",str(abs(float(then)-float(now))),"seconds to answer my question!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement