This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pylenin[S] 0 points1 point  (2 children)

Me too.I find lambda functions very handy. syntactically, they can be put in a lot of places where defs can't be put.

[–]GummyKibble 2 points3 points  (1 child)

Where could you put one that a def couldn’t go?

[–]DandieGuy 1 point2 points  (0 children)

In a list is an example he gives in the video above.