File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33### Lambda Function
44- A Python lambda is just a Python function.But may be like a special type of function that have limited capabilities
55- Lambda function is a small anonymous function.
6- -lambda function can have any number of arguments but only one expression, which is evaluated and returned.
7- - Normally we use the * def* keyword to define a function with a name. The * lambda* keyword is used to create anonymous functions.
6+ - lambda function can have any number of arguments but only one expression, which is evaluated and returned.
7+ - Normally we use the ** def* * keyword to define a function with a name. The * lambda* keyword is used to create anonymous functions.
88- Lambda functions can accept zero or morearguments but only one expression.
99
1010### Why Use Lambda Functions?
You can’t perform that action at this time.
0 commit comments