Answer Posted / nashiinformaticssolutions
When an anonymous function is needed temporarily, Lambda is usually used. Two methods exist for applying lambda functions:
Lambda function assignment to a variable
Using another function to wrap a Lambda function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does file flush mean?
Write a program to draw a board ex: 3by3 or 4by4 etc?
Can you explain this why are we getting an error here?
What is data type in python?
Tell me what are different methods to copy an object in python?
Define a method in Python?
Do you know how python is interpreted?
Can constructor be private?
Tell me about a few string operations in python?
What is used to represent Strings in Python? Is double quotes used for String representation or single quotes used for String representation in Python?
What is lambda in python 3?
What is namespace in Python?
Python documentation is called?
Explain a few methods to implement functionally oriented programming in python?
Differentiate list and tuple with an example?