Hello
I have a list that contains multiple sublists. Is there a way to add the sublists together?
Add the value of 0List0 to the value of 1List0. Add the value of 0List1 to the value of 1List1. Something like that.
I want a single list of the values added together.