Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 26)
26.
What does the term "anonymous function" refer to?
A function with no parameters
A function that doesn't return any value
A function without a name
A function with a single line of code
Answer: Option
Explanation:
An anonymous function in Python refers to a function without a name, often created using the lambda keyword.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.