Respuesta :
Answer:
The output would be 4.
Explanation:
This seems to be python, so it has 0 based indexing. The index 1 would be the second number in the list, and since the second number in the list is 4, the output would be 4.
I don't know the programming language but most of the time it prints all of them