Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 31)
31.
What is the significance of the "lambda" keyword in Python lambda functions?
It stands for "list and map data."
It denotes the creation of anonymous functions.
It signifies "logical and."
It indicates "length" of a function.
Answer: Option
Explanation:
The "lambda" keyword is used to create anonymous functions in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.