I came across this error
def test_rec(): import ast exec(compile(ast.fix_missing_locations(ast.parse(""" def fact(n): return 1 if n