set recursion limit python

40

python set recursion limit -

import sys
sys.setrecursionlimit(2000)

Comments

Submit
0 Comments