> You're using recursion.
No, see GP.
> `runreq()` calls `sum_()` which calls `sum()` in `return l[0] + f(f, l[1:])`, where `f` is `sum()`
Also no, see GP.
> You're using recursion.
No, see GP.
> `runreq()` calls `sum_()` which calls `sum()` in `return l[0] + f(f, l[1:])`, where `f` is `sum()`
Also no, see GP.
I am too stupid to understand this. This:
when run with python3.11 gives me this output: A RecursionError seems to indicate there must have been recursion, no?