import numpy as np
from time import sleep
from time import time

t = time()
sleep(np.pi/100)
pi = 100*(time() - t)
