>>a < b < c   is equivalent to   a < b and b < c   *except that* b is
evaluated only once.  


<correction>
Did u  mean to say that evaluating b only once applies to  a<b<c
expression only,NOT for expressions like   a<b  and b<c.?
</correction>



Regards,
~ Srini T
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to