0
Why to use lambda instead of defining a function?
3 Answers
+ 5
Rohit Dhas
It is easier,simple and shorter which will make a code more fluent
Hope this will helpâïž
+ 4
When reusability is low, or when you know the function is only needed and used in a certain scope (like inside a function), but nowhere else.
+ 3
It is shorter.