In Python, the negative index is used to index by starting from the last element in a list, tuple, or any other container class which supports indexing. Here, (-1) points to the previous index, -2 to the second last index and similarly.

BY Best Interview Question ON 11 Jun 2020