Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Time, function call: 44.1839 seconds
- Traceback (most recent call last):
- File "timeitTwo.py", line 21, in <module>
- y_time = t.timeit(10000) # Time the 10000 runs of the entire loop
- File "/usr/lib/python3.7/timeit.py", line 176, in timeit
- timing = self.inner(it, self.timer)
- File "<timeit-src>", line 6, in inner
- TypeError: 'int' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement