Q69
What is the output of the given code? string_array = ["a","e","i","o","u"] print string_array
A.
["a","e","i","o","u"].
AnswerB.
Error
C.
Vowels
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board