# 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.
Click the virtual machine below to start practicing