Light Mode
Dark Mode
Skip iterations

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
Created: Oct. 6, 2016, 12:36 p.m.
Updated: Oct. 8, 2016, 7:37 a.m.
1
11
User avatar
Hayertjez