Conceptual
Login

Zero-Based Index Access to Sequence Elements in Python

Elements of an ordered sequence are reached by an integer position that starts at zero, so the first element is at index 0 and the last is at length minus one. A learner afterwards can read an element at a given index and can say which position a given index names.