Published
- 1 min read
set recursion limit python
The solution for this is noted below
set recursion limit python
Solution
import sys
sys.setrecursionlimit(10**6)
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
import sys
sys.setrecursionlimit(10**6)
Try other methods by searching on the site. That is if this doesn’t work