import time def clock(): return time.time() def sleep(t): return time.sleep(t)