f = 0 for i in range(1,2): if i % 2 == 0: f+=1 print(i) if f == 2: break else: print("gtgtgttg")