Home »
Python »
Python Tuples MCQs
What do you mean by negative indexing?
14. What do you mean by negative indexing?
- 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.