What is a lambda statement? Provide an example.
Answer / 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 |
What is the interactive mode?
Is c++ easier than python?
How to delete a file in python?
What is the script in python?
What does none mean in python?
What do you mean by ‘suites’ in python?
What is web scraping?
How to create dynamic array in python?
Do monkeys sleep at night?
Do you know what are the optional statements that can be used inside a <try-except> block in python?
Which ide is best for python on windows?
Does python has any command to create variable?