import sys sys.setrecursionlimit(1)
Standard input is empty
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 2, in <module> RecursionError: cannot set the recursion limit to 1 at the recursion depth 2: the limit is too low