No installations needed! Write Python directly in your browser and get instant feedback with our smart validation system.
Count how many vowels are present in a given string.
You are given a string variable
Your task is to count how many vowels (a, e, i, o, u) appear in the string.
The comparison should be case-insensitive.
Print the total number of vowels in the string.
Output:
Get your code reviewed and validated to understand what you did right and where you can improve.