Python Functions ( lambda function, map function, filter function)

Function is a block of code which performs specific task. How to call a function What is lambda function? Lambda function is anonymous function. No function name when we use lambda function. Lambda function has many argument but we can define only single expressions. To define a lambda function we will use lambda keyword. Lambda …

Python Functions ( lambda function, map function, filter function) Read More »