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 are python templates?
What does __ init __ py do in python?
Is python can be compatible with command prompt?
What is format () in python?
How to create a unicode string in python?
Write a program in python to produce star triangle.
Is there a constructor in python?
Does return print in python?
What applications are written in python?
Does python have multiple inheritance?
What is split() function?
Can you explain how python is interpreted.
What is difference between input and raw_input in python?
What is the difference between append() and extend() method in python?
What is anaconda program?