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