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
Is python as powerful as c++?
What is the usage of dir() and dir() function in python?
Which is best gui for python?
Which software is used for python?
Mention what is flask-wtf and what are their features?
What is the purpose of is, not and in operators?
What is self in oop of python?
Difference between lists and tuples in python?
What is the main use of python?
What is __init__?
What are the differences in xrange and range?
How do you insert an object at a given index in python?
How to convert a string into datetime?
How python can be used in software testing?
What does file flush mean?