GNU Info

Info Node: (python2.1-ref.info)Operators

(python2.1-ref.info)Operators


Next: Delimiters Prev: Literals Up: Lexical analysis
Enter node , (file) or (file)node

Operators
=========

The following tokens are operators:

     +       -       *       **      /       %
     <<      >>      &       |       ^       ~
     <       >       <=      >=      ==      !=      <>

The comparison operators `<>' and `!=' are alternate spellings of the
same operator.  `!=' is the preferred spelling; `<>' is obsolescent.


automatically generated by info2www version 1.2.2.9