Lambda functions in Python

preview_player
Показать описание
In this video, I talk about Lambda functions and how to use them in Python. Lamda functions allow for the creation of anonymous functions.

Simply explained, a lambda functions are similar to any other Python function, except that they is defined without a name and are contained in a single line of code. You provide a value (argument) to the function and then the operation (expression).

SUBSCRIBE:
Рекомендации по теме
welcome to shbcf.ru