Lambda usage in Python

Source: Internet
Author: User

Lambda is just an expression, and the function body is much simpler than def.

The body of a lambda is an expression, not a block of code. Only a finite amount of logic can be encapsulated in a lambda expression.

A lambda expression acts as a function sketch. Allows the definition of a function to be embedded within the code.

Here's an example:

Defines a lambda expression that evaluates to three numbers.

Let's look at an example:

Use a lambda expression to find the factorial of N.

------------------------------

Lambda expressions can also be used in Def functions.

See Example:

This defines an action function that returns a lambda expression. Where the lambda expression obtains the value of the variable name x for the upper def Scope.

A is the return value of the action function, a (22), which is the lambda expression called the action return.

It is also possible to write def directly into lambda form. As follows

Lambda usage in Python

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.