Manually added documentation

Some documentation not using docstrings, purely handwritten.

enumerate(sequence[, start=0])

Return an iterator that yields tuples of an index and an item of the sequence. (And so on.)