Q. What is the output of the given code?
string_array = ["a","e","i","o","u"]
print string_array
string_array = ["a","e","i","o","u"]
print string_array
β
Correct Answer: (A)
["a","e","i","o","u"].