What is a lambda function?

AnswerBot
2y
Lambda function is an anonymous function that can be defined in a single line of code.
Lambda functions are used for simple and concise operations.
They can take any number of arguments but can only hav...read more
Abhi Rathore
1y
A lambda function is a small anonymous function.
It can take any number of arguments, but can only have one expression.
Syntax:
lambda arguments : expression
Help your peers!
Add answer anonymously...
>
Sampark Softwares Jr Python Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

