Examveda

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


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python