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 does float () do in python?
Is python better than matlab?
When do you choose a list over a tuple?
Is python better than bash?
Is empty python dataframe?
Which ide is best for python on windows?
What is a flask?
Define pyramid in python?
What is form feed in python?
What is python shell scripting?
What is use of set in python?
How many constructors can a class have?
Write a program in python to check if a number is prime.
What is the difference between locals() and globals ()?
What is the best front end for python?