Computer Science, asked by arthshah2019, 6 months ago

What is use of lambda in python programming language ​

Answers

Answered by raginikri2007
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