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 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.