Operators 7.Python3

What is the operator?

This section focuses Python described operator. As a simple example  4 + 5 = 9  . Example, 4  and  5  are referred to as operands , " + " operator called.

Python language supports the following types of operators:

Arithmetic Operators

Comparison (relationship) operator

Assignment Operators

Logical Operators

Bitwise Operators

Member operator

Identity operator

Operator Precedence

Guess you like

Origin www.cnblogs.com/QLEO/p/11809784.html