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

Ovdje će se prikazati rezultat izvršavanja koda

Tests12
Visible tests
Skriveni test 7
Skriveni test 8
Skriveni test 9
Skriveni test 10
Skriveni test 11
Skriveni test 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