LAMBDA!!!
Start file
def f(x): return x ** 2
End file
f = lambda x: x ** 2
1c1
< def f(x): return x ** 2
---
> f = lambda x: x ** 2
Unlock
14 remaining solutions by
signing in and submitting your own entry
158 active golfers, 474 entries
19
01/15/2026 at 03:45PM
19
01/15/2026 at 03:46PM
20
01/15/2026 at 03:45PM
21
01/15/2026 at 03:44PM
22
01/15/2026 at 03:44PM
23
01/15/2026 at 03:43PM
24
01/15/2026 at 03:43PM
25
01/15/2026 at 03:42PM
26
01/15/2026 at 03:41PM
27
01/15/2026 at 03:41PM
27
01/15/2026 at 03:42PM
29
01/15/2026 at 03:40PM
33
01/15/2026 at 03:40PM
34
01/15/2026 at 03:37PM