Introduction
Lesson 1 of 9 in Coddy's Python Lambda Functions course.
A lambda function is a small anonymous function.
Anonymous function is a function without a name.
It has many uses in Python, and also it's a wide known concept in other languages.
Before starting this course you should know the basics of Python, mainly functions.
Try it yourself
This lesson doesn't include a code challenge.