Advertisement
silver2row

Errors and Highlights from Time, Function...

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