What is anonymous function or lambda function?



What is anonymous function or lambda function?..

Answer / Rimpy Yadav

A Lambda function (or anonymous function) is a small, inline function that is defined without a name. They are useful when you need simple functions for short-term use or within other definitions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain about different blocks in exception handling?

1 Answers  


What are different methods to copy an object in python?

1 Answers  


Is print a function in python 3?

1 Answers  


Is ruby better than python?

1 Answers  


Where is the math.py (socket.py, regex.py, etc.) Source file?

1 Answers  


Can we use else block with for loop? Answer with one example.

1 Answers  


What is difference between set and list in python?

1 Answers  


What is python coverage?

1 Answers  


How to convert a string to lowercase in Python?

1 Answers  


Explain the uses of python?

1 Answers  


How can you keep track of different versions of code?

1 Answers  


Is python easy to learn if you know c++?

1 Answers  


Categories