Login
Remember
Register
Ask a Question
Define the term lambda?
0
votes
asked
May 17, 2020
in
Python
by
SakshiSharma
Define the term lambda?
#python-lambda
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 17, 2020
by
sharadyadav1986
Lambda is the small anonymous function in Python that is often used as an inline function.
...