Python-Quizzes | Python List Quiz | Question 10

Last Updated :
Discuss
Comments

Find the output of the following program: 

Python
a = ['physics', 'chemistry', 1997, 2000] 
print (a[1][-1])

p

y

7

2

Share your thoughts in the comments