#46 Lambda (Python Tutorials)

#46 Lambda (Python Tutorials)

Functions (Part 4: Lambda)

In this part of our python tutorials series, you will learn about a short form of
a function called lambda. We use lambda to make our functions more efficient and simpler
especially for the repeated tasks. Of course lambda has some key differences with a function.
So we may not want to use it everywhere. Let’s learn more about it in the video!

Watch The Video on Youtube