I was experimenting with recursive function and I learned that programming/scripting languages have a limit for recursion depth.
For Python it was easy, as described