+ 1
What is lamba function
Can any one determine
3 Respuestas
+ 8
JAGADEESH BODDU ,
> a lambda function is a small anonymous function that requires no function definition and has no name. it can have only one expression.
see a comparison of named function and lambda function:
> double all numbers of a list and create a new output list
> you can also find a short tutorial from the community section:
https://www.sololearn.com/learn/o-JUMP_LINK__&&__Python__&&__JUMP_LINK/2460/?ref=app
https://sololearn.com/compiler-playground/c20f401JKyQH/?ref=app
+ 5
Lambda functions in Python: https://www.w3schools.com/python/python_lambda.asp
0
Lambda function is anonymous function
https://sololearn.com/compiler-playground/cAa0gaAXVncC/?ref=app