Added what did we learn to all slides and reworked on Session 2 and 4.
\frametitle {\typ{for}: the list companion} \begin{lstlisting}In [89]: for p, ch in enumerate( a ): ....: print p, ch ....: ....:0 a1 b2 c \end{lstlisting}Try: \typ{print enumerate(a)}\inctime{10}