• Skip iterations

Question related to mission Bird Language

 

Is it possible to skip iterations? I want to do the following:

For x in pharse:
    if x in vowels:
        append x to string
        go two iterations further
    else:
        append x to string