While accessing list elements, if negative index is passed length of the index is subtracted to get the forward indexing.
Answer:
While accessing list elements, if a negative index is passed , the elements are indexed from the end of the list.
So, the given statement is false.