s = "Guido van Rossum heeft programmeertaal Python bedacht." klinkers = ['a', 'e', 'i', 'o', 'u'] for i in s: if i in klinkers: print(i)