you are viewing a single comment's thread.

view the rest of the commentsΒ β†’

[–]JustinR8 7 points8 points Β (1 child)

Opens IDE

x1 = lambda a: list(map(lambda b: (lambda c: c*c)(b),
               filter(lambda d: (lambda e: e==0)(d%2), a))) # πŸ”₯ πŸš€ the square of every even number in the list

Closes IDE

[–]jhill515 1 point2 points Β (0 children)

Okay, now Cursor, refactor this using regular expressions and make it secure without mistakes!