python3 -m timeit 'x = [i for i in range(100)]'
Category: Python & pip
Time a Python statement with the timeit module