fork(3) download
  1. from timeit import timeit
  2.  
  3. print(timeit('list(zip(range(100), range(100)))', number=500000))
Success #stdin #stdout 1.79s 9656KB
stdin
Standard input is empty
stdout
1.7653984297066927