"Sara Johnson" <[EMAIL PROTECTED]> wrote

> What if there is a '<<' or '>>'?
> Does that just mean the same thing (maybe a little over emphasized.. 
> ;)

The double chevron operator is for bit-shifting its not a camparison 
operation.
So no operator override function exists.

> I thought I saw this when I was learning boolean expressions,
> but I don't recall.

Possibly, because its often used to manipulate bitpatterns in
conjunction with bitwise boolean comparisons (and/or/xor etc)

HTH,

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to