Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 259 Bytes

tutorial.rst

File metadata and controls

17 lines (12 loc) · 259 Bytes

Tutorial

Step1

Sth.

.. py:function:: enumerate(sequence[, start=0])

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

Step2

Sth else. The :py:func:`enumerate` should show you the....