How to Count Vowels in Python - Code Snippet

How to perform 'Count Vowels' in Python.

example.py
# Task: Count Vowels
# Language: Python

def count_vowels():
    # Implementation for Count Vowels
    # TODO: Implement core logic here
    # Step 1: Prepare data
    # Step 2: Process Count Vowels
    print('Done')
AdSense Slot