SoftwarelanguagespythonTestingTime Python CommandTime Python Command python -m timeit -s'xs=range(10)' 'map(lambda x: x+2, xs)