Lambda Expressions & Anonymous Functions || Python Tutorial || Learn Python Programming

Socratica
Youtube
Related Topic
:- Python

Lambda expressions - also known as “anonymous functions” - allow you to create and use a function in a single line. They are useful when you need a short function that you will only use once. For example, when using the map, filter and sort methods. 

Comments