# Introduction In this lab, you will write a program that finds the nearest vowel to a given alphabet by defining a function named `closest_vowel()` and converting the input string into lowercase before checking for the nearest vowel.
Click the virtual machine below to start practicing