Advertisement
Guest User

Time elapse

a guest
Jun 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import time, os, sys, freq
  2.  
  3. prod = 0
  4.  
  5. while True:
  6.     prod = prod + 1
  7.     time.sleep(1)
  8.     freq.clear()
  9.     print(str(prod))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement