Programming Python
Combining logical and comparison operators
For instance:
(a >= b) and not(d < c)
Or:
(2*a < 100.0) or (b/3 > c)