Anonymous Functions

Learn how to create a function with no name in Python.

Using lambda keyword

An anonymous function is a single-expression function, having no name. The lambda keyword is used to ...

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy