Q. What is the output of the given code?
string_array = ["a","e","i","o","u"]
print string_array[3]
string_array = ["a","e","i","o","u"]
print string_array[3]
β
Correct Answer: (C)
o
You must be Logged in to update hint/solution