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
Why we are using def keyword for method?
Is multiple inheritances possible in python?
Why python is best for data science?
How are the functions help() and dir() different?
How will you locally save an image using its url address?
How will you share global variables across modules?
What is py checker in python?
What is sphinx linux?
Can we develop a web application using Python
Why python is better?
Explain about classes in strings?
What are the two main data types in python?
How install pip python ubuntu?
List of lists changes reflected across sublists unexpectedly?
Give the output of this example: a[3] if a=[1,4,6,7,9,66,4,94].