+ 1

What is lamba function

Can any one determine

15th Jun 2025, 4:36 PM
JAGADEESH BODDU
JAGADEESH BODDU - avatar
3 Antworten
+ 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
15th Jun 2025, 5:53 PM
Lothar
Lothar - avatar
15th Jun 2025, 4:56 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
17th Jun 2025, 8:22 AM
A7 Tus |𝗞𝗲𝗹𝗲𝗰𝗵𝗶🐍
A7 Tus |𝗞𝗲𝗹𝗲𝗰𝗵𝗶🐍 - avatar