Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 9)
9.
What is the purpose of the lambda keyword?
Declares a variable
Defines a class
Creates an anonymous function
Specifies the return type of a function
Answer: Option
Explanation:
The lambda keyword is used to create anonymous functions, also known as lambda functions.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.