Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 59)
59.
What does the following lambda function do?
lambda x, y: x + y
Concatenates two strings.
Multiplies two numbers.
Adds two numbers.
Raises one number to the power of another.
Answer: Option
Explanation:
The lambda function adds two numbers.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.