0 votes
in Python by
Define the term lambda?

1 Answer

0 votes
by

Lambda is the small anonymous function in Python that is often used as an inline function.

...