Find the output of the following program:
li = ['Harsh', 'Pratik', 'Bob', 'Dhruv'] print (li[1][-1])
r
b
D
k
This question is part of this quiz :