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 decorator in python?
How to append to a string in Python?
What do you mean by ‘suites’ in python?
Explain Inheritance in Python?
What is list comprehension how to define it and when to use?
What is python coded in?
Whenever you exit python, is all memory de-allocated?
What does flush do in python?
Explain the difference between a list and the tuple?
How do I run a subprocess with pipes connected to both input and output?
What does __ name __ mean in python?
Which os is best for python?
What is flask & its benefits?
What does the list comprehension do?
What is self in python constructor?