Comment on International Obfuscated Python Code Competition: Submissions OpenComments−tromp3y import sys def c(j,t): sys.stdout.write(j('.')('P')) return t (lambda z:lambda y:z(z(y(lambda p:lambda n:(lambda s:lambda z:z(lambda x: lambda y:y)(lambda d:p(s)(y(s))(d)))(lambda x:lambda a:lambda s:lambda p: p(a)(lambda y:s(n(x))(y))))(lambda c:lambda a:lambda s:z(lambda y:s(c)(y) ))))(y(lambda p:lambda b:lambda t:t(c(b,p)))))(lambda s:lambda p:p(lambda x:lambda y:x)(s))(lambda f:(lambda q:q(q))(lambda x:f(lambda y:x(x)(y)))) Guess the pattern of Ps in the output (probably need to redirect stderr to /dev/null)−sillysaurusx3yGpt4 thinks it’s a factorial. https://chat.openai.com/share/2b085148-2629-40e6-86b0-b22a2b...−nemoniac3yAny tip for setting Python's recursion limit before running it?−tromp3ySee https://stackoverflow.com/questions/3323001/what-is-the-maxi...
Comments
Gpt4 thinks it’s a factorial. https://chat.openai.com/share/2b085148-2629-40e6-86b0-b22a2b...
Any tip for setting Python's recursion limit before running it?
See https://stackoverflow.com/questions/3323001/what-is-the-maxi...