diff --git a/testing.py b/testing.py index de27f8f..073bdb0 100644 --- a/testing.py +++ b/testing.py @@ -9,7 +9,7 @@ def ackermann(m, n): # Sets much higher recursion limit import sys -sys.setrecursionlimit(2000) +sys.setrecursionlimit(10000) # Main part, input and print num1 = int(input("Input m: "))