Python Programming - Lambda Functions - Discussion

Discussion Forum : Lambda Functions - General Questions (Q.No. 4)
4.
Which of the following statements about lambda functions is correct?
Lambda functions can have named parameters
Lambda functions cannot be used in conjunction with higher-order functions
Lambda functions support multiple lines of code
Lambda functions are always more efficient than regular functions
Answer: Option
Explanation:
Lambda functions can have named parameters, just like regular functions, allowing for greater flexibility in their usage.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.