Login
Remember
Register
Ask a Question
What is lambda in Python?
0
votes
asked
Dec 31, 2020
in
Python
by
SakshiSharma
What is lambda in Python?
#lambda-python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 31, 2020
by
SakshiSharma
It is a single expression anonymous function often used as inline function.
...