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
0
Explanation:
iieiwikeowiowiiieieie
Similar questions