+2 votes
in Class 12 by kratos

Write the syntax of lambda functions?

1 Answer

+3 votes
by kratos
 
Best answer

The syntax of lambda functions contains only a single statement, which is as follows:

lambda[arg1 [,arg2, argn]] :expression

...