for i in range(5): if i >= 2 and i <= 3: pass else: print "i=",i