(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/imaginary.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/delimiters.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.4.6 Imaginary literals Up: 2. Lexical analysis Next: 2.6 Delimiters
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/20/ref/imaginary.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/delimiters.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.4.6 Imaginary literals Up: 2. Lexical analysis Next: 2.6 Delimiters
See About this document... for information on suggesting changes.