[python] Element-wise addition of 2 lists?

[list1[i] + list2[i] for i in range(len(list1))]