Language
Python
Compiler
CPython 3.8.0
Options
$ python3 prog.py
for loops: 0.00000000s on average of 1000 runs.
Traceback (most recent call last):
File "prog.py", line 28, in <module>
main()
File "prog.py", line 22, in main
with simple_timeit("for loops"):
AttributeError: __enter__
Exit Code:
1