set recursion limit python

49

python set recursion limit -

import sys
sys.setrecursionlimit(2000)

Comments

Submit
0 Comments