Lambda Functions

Now, we'll study a special type of function: the lambda.

A lambda function, or lambda, is a function without a name.

A lambda can be written in-place and doesn’t require complete implementation outside the scope of the main program.

A cool feature of lambdas is that they can be treated as data. Hence, they can be stored or copied in variables.

Syntax #

Get hands-on with 1200+ tech skills courses.