Vowel and consonant

You have to program the function below.

- Write a function @vowel_consonant(f)@ that given a list f of strings
  of lowercase letters, returns two lists. The first one is formed by
  words in f that finish with a vowel. At the second one there are the
  words in f finished with a consonant. The order of appearance of the
  words in each of the two resulting lists must preserve the original
  order.

Scoring

The function counts 100 points.

Sample session

Problem information

Author: ProAl

Generation: 2026-01-25T17:15:52.490Z

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