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

4 lines
118 B
Python
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
File "<stdin>", line 2, in recurse
RecursionError: maximum recursion depth exceeded while calling a Python object
996