Practice ยท 3 of 4
Count the Vowels
sentence = "Practice makes Python" is given. Print how many vowels (a, e, i, o, u โ lowercase only) it contains.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Method Drills
Practice ยท 3 of 4
sentence = "Practice makes Python" is given. Print how many vowels (a, e, i, o, u โ lowercase only) it contains.
Difficulty: beginner
Back to lesson: Practice: Method Drills