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.

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked May 16, 2020 in Python by Robindeniel
...