What is a 'Lambda' function?

Asked by blessing007 · 3 months ago

1 Answer

10
amorebise · 3 months ago Top Answer

A Lambda is a tiny, one-line function without a name. Think of it like a 'disposable' tool you use once and throw away.

They are for quick tasks. Don't worry about them too much when you are starting out in SS1 or SS2; focus on regular def functions first. Basics first!

Log in to add a comment.