0 votes
in Python by
Why lambda forms in python does not have statements?

1 Answer

0 votes
by

A lambda form in python does not have statements as it is used to make new function object and then return them at runtime.

Related questions

0 votes
asked Sep 21, 2021 in Python by sharadyadav1986
0 votes
asked Sep 29, 2021 in Python by john ganales
...