Python 3 Tutorial for Beginners #24 - Lambdas

The Net Ninja
Youtube
Related Topic
:- Python programming skills

Hey gang, in this python 3 tutorial I'll introduce you to lambdas - which are a bit like anonymous functions. Lamdas work well within other functions such as map or filter. 

Comments