formations/python/python3/en/_build/html/_sources/duration.txt

10 lines
147 B
Plaintext

duration
=========
The "timeit" module lets you measure the execution
time of small bits of Python code
.. literalinclude:: ../src/duration.py