def list_sum(list1, list2): retlist = [] for i in range(len(list1)): restlist.append(list1[i] + list2[i]) return retlist