x = 5 if x < 3: print "x is less than 3" else: print "x is more than 2"