2-D List Indexing: What will the output of the following program be?

Code

L1 = ['Vikas', 'Akshay', 'Sanskar', 'Mahima']
print(L1[1][-1])
Tags
programsbuzz banner