How to implement three mesh operations in Python

Source: Internet
Author: User
The three-mesh operator in C language

The code is as follows:


Expression expr1:expr2; Expression is true to take the value of EXPR1, otherwise take EXPR2 value


Python three Mesh implementation method:

(1) expr= judgment expression and expr1 or expr2

The expression is true, and if Expr1 is True then Expr=expr1, false or EXPR2,EXPR=EXPR2.

When the expression is false, it becomes false or expr2, and EXPR=EXPR2.

As long as the expression Expr1,expr2 is true, the above equation is the same as in C.

expr= judgment expression? EXPR1:EXPR2;

(2) min (x, y) = (×
(3) min (x,y=x if x

  • 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.