|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/delimiters.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/imaginary.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/genindex.html| ]]
|
Next: 2.6 Delimiters Up: 2. Lexical analysis Previous: 2.4.6 Imaginary literals
2.5 Operators
The following tokens are operators:
+ - * ** / %
<< >> & | ^ ~
< > <= >= == != <>
The comparison operators <> and != are alternate spellings of the same operator. != is the preferred spelling; <> is obsolescent.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/delimiters.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/imaginary.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/genindex.html| ]]
|
Next: 2.6 Delimiters Up: 2. Lexical analysis Previous: 2.4.6 Imaginary literals