Loading...

The Vowel Hunt

A easy Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
easy
Seniority
junior

Problem

The search team is experimenting with phonetic similarity scoring and needs a basic vowel density metric. Write a function that counts the total number of vowels (a, e, i, o, u, case-insensitive) in a given string.

Practice This Problem

Solve this Python problem with real code execution. DataDriven runs your Python code in a sandboxed Docker environment and grades it instantly.