In Python, the enumerate function allows you to iterate over a sequence of (index, value) pairs. For example:
>>> numbers = [\"zero\", \"one\", \"tw
No. Maybe there are some libraries for supporting such a functionality. But if you resort to the standard libraries it is your job to count.