How can I add the corresponding elements of several lists of numbers?

前端 未结 6 1857
暖寄归人
暖寄归人 2020-12-03 07:38

I have some lists of numbers:

[1, 2, 3, 4, 5]
[2, 3, 4, 5, 6]
[3, 4, 5, 6, 7]

How can I add these lists\' elements, assuming that all of th

6条回答
提交回复
热议问题