The first item in a sequence is at index zero because it is that far away from the beginning. The second item is one away from the beginning. That is the reason for zero-based indexing.
-- http://mail.python.org/mailman/listinfo/python-list
The first item in a sequence is at index zero because it is that far away from the beginning. The second item is one away from the beginning. That is the reason for zero-based indexing.
-- http://mail.python.org/mailman/listinfo/python-list