Count vowels in a string

Write a function count_vowels that takes a string as input and returns the number of vowels (a, e, i, o, u) in the string.
Python
Setting up Python environment...
Output