Functions in lambda

what are the methods that use lambda?

1 Like

@mekala.akhil2468
map, filter, reduce and the sort methods

Hiii MEKALA AKHIL,
Can you please elaborate your question, what you exactly want to ask?

lambda function :
lambda is an anonymous function which can take any number of arguments but it can have only one expression.
and its syntax is lambda arguments : expression

regards,
Divya
DS Teaching Assistant