4.python Syntax Basics-anonymous function lambda

Source: Internet
Author: User
1.LAMBDA Advantages: A. Writing some scripts in Python, using lambda can save the process of defining a function, and make the code concise B. For some abstract functions that are not reused elsewhere, Lambda does not need to consider naming difficult problems C. Using lambda at some point    Make the code easier to understand D. In the usage Lambda statement before the colon is a parameter, multiple separated by commas, the right side of the colon is the return value E.LAMBDA statement built is actually a function object instance: Z=lambda x,y,z:x*y*z Print Z (2,3,5) #输出三者乘积:


From for notes (Wiz)

4.python Syntax Basics-anonymous function lambda

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.