What is the Lambda function?



What is the Lambda function?..

Answer / nashiinformaticssolutions

One kind of anonymous function is a lambda function. This function accepts a single statement and as many parameters as you like.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

When to use list vs. tuple vs. dictionary vs. set?

1 Answers  


How to create a unicode string in python?

0 Answers  


Explain me what are the principal differences between the lambda and def?

0 Answers  


What are tuples in python?

0 Answers  


What is docstring? How to define it?

0 Answers  






What is enumerate python?

0 Answers  


What is a function?

0 Answers  


In python,how to read a file line-by-line into a list?

0 Answers  


How do you clear a python shell?

0 Answers  


What is a super constructor?

0 Answers  


Can we use singleton functionality without making a singleton class in Python?

0 Answers  


What is casting in python?

0 Answers  


Categories