[Tutor] Understanding error in recursive function

Danny Yoo dyoo at hashcollision.org
Fri Apr 8 19:28:24 EDT 2016


On Fri, Apr 8, 2016 at 1:48 PM, Tom Maher <tomjmaher4 at gmail.com> wrote:
> Hi,
>
> As a test I am trying to write a function that returns the sum of values
> attached to one key in a dictionary.


Why does the program try to use recursion for this problem?


More information about the Tutor mailing list