What is an anonymous function in Python?
Answers
Answered by
0
functions which are created using lambda keyword.
Example:-
a = lambda x: x*2
print(a(2))
Answered by
0
Answer:
lambda
Explanation:
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
Math,
6 months ago
Computer Science,
11 months ago
Biology,
11 months ago
English,
1 year ago
Math,
1 year ago