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.