Set Up and Installation:
Learning Resources:
Community
API Reference:
sum_nested_list()
Sums up all of the values within a nested list. For instance sum_nested_list([6, [4, 2], [[-7]]]) will return 5
sum_nested_list([6, [4, 2], [[-7]]])
l ā the input list
sum of the lās nested values