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
How do I create a countdown timer in python?
What tools that helps python development do you know?
Is html harder than python?
What is a sympy?
Why python is called portable?
Is multiple inheritances possible in python?
What is a pass in python?
How do you clear a python shell?
How to send an email in python language?
Why are identifier names with a leading underscore disparaged?
Explain try keyword?
Python read a single character from the user?
Is javascript better than python?
Differentiate between split(), sub(), and subn() methods of the re module?
What are the uses of List Comprehensions feature of Python?