Answer Posted / seshadri d
A lambda is a function which can we give any arguments but it can write the single statement.
Example :- x = lambda i,j : i+j
print(x(4,5))
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is lambda?
What is __ file __ in python?
Explain what is decorator?
What are python methods?
How can you sort a list?
Why should I learn python in 2019?
How do I emulate os.kill() in windows?
Can you list down some of the pdb commands for debugging python programs?
Can I use notepad ++ for python?
What are the components of python memory manager?
What is a dictionary in python programming?
What is threads life cycle?
Has python has monkey patching concept within?
How to get the current time in python?
What is the pythonpath variable?