Python Intermediate: Lambda Functions

preview_player
Показать описание
Welcome to another tutorial in the intermediate series, this tutorial is about lambda functions.
A lambda function is a small anonymous function. The lambda function can take any number of arguments, but can only have one expression.

name = lambda parameters : expressions
x = lambda n : n*n

(Affiliate Link, Helps the Channel)

Discord Server:
Рекомендации по теме
visit shbcf.ru