Find the output of the following program:
a = ['physics', 'chemistry', 1997, 2000] print (a[1][-1])
p
y
7
2
This question is part of this quiz :