Operator Tokens

The following tokens are operators:

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

The comparison operators <> and != are alternate spellings of the same operator. != is the preferred spelling; <> is obsolescent (and will be removed in Python 3.0).

 

A Django site. rendered by a django application. hosted by webfaction.