I\'m running a script like
def test0(): start = time() for i in range(int(1e8)): i += 1 print(time() - start)
When I run