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
1
3
7