python idiomatique
if x <= y and y <= z: # do something
Tough Tortoise
if x <= y and y <= z: # do something