Functional
Pages in this section
- Lambda functionsLast edited: 2023-11-11
These are Anonymous Functions that take multiple inputs and evaluate the output in a single statement. It has the following syntax:
lambda arguments : expressionSyntactic SugarA
lambdaexpression creates a function object just like thedefstatement.