Learn Before
Concept
RecursionError
This exception is derived from RuntimeError. It is raised when the interpreter detects that the maximum recursion depth (see sys.getrecursionlimit()) is exceeded.
0
1
Updated 2021-05-18
Tags
Python Programming Language
Data Science