0 votes
in Python by
What is lambda in Python?

1 Answer

0 votes
by

It is a single expression anonymous function often used as inline function.

...