Computer Science, asked by jacksuperb, 2 months ago

4.Write a function called nested_sum that takes a list of lists of integers and adds up

theelements from all of the nested lists. For example:

>>> t = [[1, 2], [3], [4, 5, 6]]

>>> nested_sum(t)​

Answers

Answered by zaheerzaid3
0

Explanation:

iieiwikeowiowiiieieie

Similar questions