Answer Posted / nashiinformaticssolutions
An anonymous function is called a lambda function. This function can have a single statement but any number of parameters. For instance:
Lambda x, y = a = x*y print(a(7, 19))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in python?
What a blank curly brace initialize? A dictionary or a set?
Is python easy to learn?
Which web server is best for python?
How do I list all files of a directory?
What is the difference between interpreted and compiled languages?
What is the difference between a tuple and a list?
How to declare the variables function in python?
Is true a keyword in python?
Explain me what is flask-wtf and what are their features?
What is form feed in python?
What is python identifiers?
Is string empty python?
What is the output of the below code?
Why do we need to overload operators?