import timeit
timeit.timeit('5+5',number=1000000000)
list(map(lambda x, y: x + y, a, a))
[2, 4, 6, 8, 10, 12]