Studying timeit in Python

Author: Bruce W. Lowther

licensed under the GNU General Public License v2.0

Documentation reference

https://docs.python.org/2/library/timeit.html


In [ ]:
import timeit

In [ ]:
help(timeit)

In [ ]: