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.

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked Sep 9, 2022 in Python by john ganales
...