from timeit import timeit print(timeit('list(zip(range(100), range(100)))', number=500000))
Standard input is empty
1.7653984297066927
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!