Measure the test taker's understanding about variable assignment-the implementation method of swapping two values in Pyton, and the value assignment-pyton

Source: Internet
Author: User

Measure the test taker's understanding about variable assignment-the implementation method of swapping two values in Pyton, and the value assignment-pyton

# How to swap two values in Pyton

# Method 1:It is equivalent to assigning values at the same time.

A = 5b = 4a, B = B, aprint (a, B)

# Method 2:It can be understood as the box handling process.

C = 10d = 20e = c # define the third person e, and give the box c to e with c = d # give the box d to cd = e # give the box e to d, print (c, d) after the switch is completed)

The above understanding of variable assignment -- the implementation method of the two values interchange in Pyton is all the content that I have shared with you, hoping to give you a reference, we also hope that you can support the customer's home.

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.