Vowel Checklist

A set is useful when you care whether characters appear at all, not how many times they repeat. The function has_all_vowels receives a string s and checks whether it contains all five vowels: a, e, i, o, and u. Letter case does not matter, so uppercase and lowercase vowels count the same.

Примеры

Ввод
"education"
Вывод
True
Ввод
"sequoia"
Вывод
True
Ввод
"hello"
Вывод
False

Нужно реализовать

def has_all_vowels(s: str) -> bool:

Теги

stringsset
PostgreSQLv16

Le résultat de l'exécution du code s'affichera ici

Tests12
Visible tests
Test caché 7
Test caché 8
Test caché 9
Test caché 10
Test caché 11
Test caché 12

They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.

Focus radio
Paused · SomaFM · Fluid