Sum of List Using Recursion (Problem 37) - InfyTQ Solution in Python
Sum of List Using Recursion (Problem 37)
InfyTQ Solution in Python
PROBLEM STATEMENT
University of Washington CSE140 Final Exam 2014
Complete given function such that it returns the sum of the elements in num_list where num_list is a list of numbers.
Do not alter the statements already provided.
Sample Input | Expected Output |
---|---|
[1,2,3,4] | 10 |
SOLUTION
SHARE
If you find this useful, please share with your friends and Community.
CODE TOGETHER..GROW TOGETHER.
CODE TOGETHER..GROW TOGETHER.
Newer Posts
Newer Posts
Older Posts
Older Posts
Comments