Q. What will be the output of the following?
array = [100, 200, 300, 400, 500]
print "array[5]"
array = [100, 200, 300, 400, 500]
print "array[5]"
β
Correct Answer: (A)
array[5].
You must be Logged in to update hint/solution