What will be the output of the following Python code snippet?
A. prints all the vowels in my_string
B. prints all the consonants in my_string
C. prints all characters of my_string that aren't vowels
D. prints only on executing print(k)
Answer: Option C
Join The Discussion