22.07.2013 Views

A Comprehensive Introduction to Python Programming and ... - MSDL

A Comprehensive Introduction to Python Programming and ... - MSDL

A Comprehensive Introduction to Python Programming and ... - MSDL

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

1.2 Language Features 7 / 75<br />

1.2.3.2 Binary Opera<strong>to</strong>rs<br />

Opera<strong>to</strong>r Description<br />

Arithmetic Opera<strong>to</strong>rs<br />

+ Binary addition<br />

- Binary subtraction<br />

* Binary multiplication<br />

/ Binary division<br />

% Remainder of the integer division<br />

** Power<br />

Bitwise Opera<strong>to</strong>rs<br />

Bit shift<br />

& Bitwise AND<br />

| Bitwise OR<br />

ˆ Bitwise XOR<br />

Logical Opera<strong>to</strong>rs<br />

== Equal<br />

!=, Not equal<br />

< Greater than<br />

> Less than<br />

>= Greater than or equal<br />

10 <strong>and</strong> x

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!