Home »
Python »
Python List MCQs
What do you mean by negative indexing in python?
16. What do you mean by negative indexing in python?
- Negative indexing in python helps us to traverse the list from the end
- Negative indexing in python helps us to traverse the list from the starting
- There is no such thing as negative indexing in python
Answer: A) Negative indexing in python helps us to traverse the list from the end.
Explanation:
Negative indexing in python helps us to traverse the list from the end.