if ( 10 < x < 100 )

Ray Price (rlprice@ka.reg.uci.edu)
15 Jul 1994 17:42:27 GMT

Did I see somewhere in the Python docs that the following construct is valid?

if ( 10 < x < 100)
y++

I ask this because there is a discussion on comp.lang.perl regarding this format
and I would like to verify the validity of this before posting a Python-compatible
message.

Ray
rlprice@uci.edu