我有以下两个清单:
first = [1,2,3,4,5] second = [6,7,8,9,10]
现在我想将两个列表的项目添加到新列表中.
输出应该是
third = [7,9,11,13,15]
python sum list
list ×1
python ×1
sum ×1