[BangPypers] date range

Srinivas Reddy Thatiparthy srinivas_thatiparthy at akebonosoft.com
Tue Feb 9 12:37:41 CET 2010


 
>>Formally, if a, b, c, ..., y, z  are expressions and op1, op2, ...,
opN are comparison operators, then a op1 b  op2 c ... y opN  z is
equivalent to a op1 b and  b op2 c and ...  y opN z, except that each
expression is evaluated at most once.


Ok..Got it...
Especially last sentence caught my eye..
Does the python compiler behaves same for below expression also?

1.If(a<b and b<c):
      
My guess  is, it behaves the same but just wanna double check..


Regards,
~ Srini T



More information about the BangPypers mailing list