What is a negative index?
Hello Tom-dale,
In arrays and lists, Python includes a unique feature called negative indexing. While Python starts indexing from the beginning of an array or list with positive integers, negative indexing reads items from the end of an array or list.