Lambda in python



lambda function is also known as anonymous function.It is used to take one or many number of arguments, but it will have only one expression.








Lambda concepts in python



  1. Lambda
  2. Map
  3. lambda & map
  4. lambda & filter
  5. lambda & reduce