heart Posts from the community...
Story
@coucou_camille shared a post, 2Β years, 10Β months ago

Lambda Functions in Python β€” Filter, Map & Reduce

A lambda function is a anonymous function with syntax lambda args: expression . The expression is executed on the arguments and the result is returned.

Image by Author