if x < 10: print "x is smaller than 10"
if x > 10 and x < 20: x = x * 2 print "x was doubled, and it is now ", x