Back to Developer Roadmap

Lambdas

src/data/roadmaps/python/content/[email protected]

4.0475 B
Original Source

Lambdas

Python Lambda Functions are anonymous function means that the function is without a name. As we already know that the def keyword is used to define a normal function in Python. Similarly, the lambda keyword is used to define an anonymous function in Python.

Visit the following resources to learn more: