Challenge: Sum of Lists
Test yourself and implement what you have learned so far in this chapter.
We'll cover the following...
We'll cover the following...
Problem statement
In this challenge, you need to create a recursive function, sum
, which returns the total sum of ...