Chapter 1 basic syntax and Chapter 2 syntax

Source: Internet
Author: User
Tags bitwise operators

Chapter 1 basic syntax and Chapter 2 syntax

This topic describes Python operators.

Python Arithmetic Operators

Assume that variable a is 10 and variable B is 20:


Python comparison operator

Assume that variable a is 10 and variable B is 20:


Python assignment operator

Assume that variable a is 10 and variable B is 20:


Python bit Operators

Bitwise operators regard numbers as binary values for calculation. The bitwise Algorithm in Python is as follows:

In the following table, variable a is 60, and variable B is 13.


Python logical operators

Python supports logical operators. Assume that variable a is 10 and variable B is 20:


Python member operators

In addition to the preceding operators, Python also supports member operators. The test instance contains a series of members, including strings, lists, and tuples.


Python identity Operators

Identity operators are used to compare the storage units of two objects.


Python operator priority

The following table lists all operators with the highest to lowest priority:

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.