Counting Consonants and Vowels

# Introduction In this lab, you need to write a program that counts the number of consonants and vowels in a given word, where two functions `count_consonants()` and `count_vowels()` should be defined to accomplish this task.

|60 : 00

Click the virtual machine below to start practicing