RosettaCodeData/Task/Find-limit-of-recursion/Python/find-limit-of-recursion-4.py

4 lines
118 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
File "<stdin>", line 2, in recurse
RecursionError: maximum recursion depth exceeded while calling a Python object
996