pass keyword, comes out of the loop code example Example: python continue for i in range(10): if i == 3: # skips if i is 3 continue print(i)