Vowel and no vowel

Write a function @vowel_novowel(f)@ that given a list f of nonempty
strings of lowercase letters, returns two lists. The first one is formed
by the words in f that contain some vowel . At the second one there are
the words in f that have no vowel. The order of appearance of the words
in each of the two resulting lists must preserve the original order.

Sample session

Problem information

Author: ProAl

Generation: 2026-01-25T14:22:43.602Z

© Jutge.org, 2006–2026.
https://jutge.org
