Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 36)
36.
What does the term "lambda function" refer to?
A function with a lengthy definition
A function defined using the def keyword
A function with a single line of code
A function that calls itself
Answer: Option
Explanation:
A lambda function in Python is a concise way to define a function with a single line of code.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.