

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of print(k) in the following Python code snippet? |
A. | all characters of my_string that aren’t vowels |
B. | a list of Nones |
C. | list of Trues |
D. | list of FalsesView Answer |
Answer» C. list of Trues | |