What is use of lambda in python programming language
Answers
Answered by
2
Answer:
A Lambda Function in Python programming is an anonymous function or a function having no name. It is a small and restricted function having no more than one line. Just like a normal function, a Lambda function can have multiple arguments with one expression. ... The lambda keyword. The parameters (or bound variables), and
Similar questions