First time here? Check out the FAQ!
answered 2018-07-06 10:23:48 +0100
Is that all you want?
One way to do that.
for k in range(9): if k != 3: if k != 4: print(k) else: pass else: print(20) # i want to skip the next iteration