Glossary
tail recursion
a special form where the recursive call is the very last thing the function does:
Learn More
Intro CS Python
—
Chapter 18: Recursion: Functions That Call Themselves
Related Terms
"Changes to be committed: modified: storage.py"
"smoke test"
10.1
12.1
13.1
14.1
22.1
24.1