|
|
 |
ActivePython 2.5 documentation
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.
Release 2.5.2, documentation updated on 21th February, 2008.
See About this document... for information on suggesting changes.
|
|
 |
|