Inspiration
What it does
it counts how many vowels are in a string
How we built it
using a for/if loop to iterate over each character in a string, and evaluating if that ch is a consonant or a vowel.
Python Script that can calculate how many vowels are in a given string
it counts how many vowels are in a string
using a for/if loop to iterate over each character in a string, and evaluating if that ch is a consonant or a vowel.
Log in or sign up for Devpost to join the conversation.