Recursion in Python â Real Python
Creado: 06-08-23
A recursive function is one that calls itself. In this video course, you'll see what recursion is, how it works in Python, and under what circumstances you should use it.
https://realpython.com/courses/python-recursion/