Guest User

Untitled

a guest
Apr 23rd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. import time
  2. t = time.time()
  3. while time.time() - t <10:
  4. print("less than 10 sec")
Add Comment
Please, Sign In to add comment