Python写了一个递归脚本,运行报错:python maximum recursion depth exceeded
python maximum recursion depth exceeded
超过最大递归深度
手动设置递归深度
import sys sys.setrecursionlimit(1000000) #根据实际情况修改,此处示例设置为一百万
End
林末 LinMo★转载请注明出处及作者★
赞 赏