textlog
This is a good example of RecursionError in Python! #execenter to follow f = lambda: f(); f()
Traceback (most recent call last): File "/box/submission/file0.code", line 1, in <module> f = lambda: f(); f() ^^^ File "/box/submission/file0.code", line 1, in <lambda> f = lambda: f(); f() ^^^ File "/box/submission/file0.code", line 1, in <lambda> … RecursionError: maximum recursion depth exceeded
syntax: something #exec ```js or ```python your code, then close ``` the code block.
join the communityorbrowse more notes