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
In python, what is theano?
What is a static method python?
If you installed a module with pip but it doesn’t import in your idle, what could it possibly be?
How do you execute a python script?
Explain about python’s parameter passing mechanism?
What is the python keyword "with" used for?
How dir() function is used in python?
Explain about multi-threading concept in python?
What are objects in python?
Is c harder than python?
What packages in the standard library, useful for data science work, do you know?
What is MySQLdb?
Explain help() and dir() functions in python?
How to run a Python CGI script in Wamp?
Tell me what is the difference between list and tuple?