day1/Session-2.vrb
changeset 63 f5eac04a00fe
parent 60 edfe20d6733c
child 64 333092b68926
--- a/day1/Session-2.vrb	Thu Oct 08 15:42:43 2009 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-\frametitle {\typ{for}: the list companion}
-  \begin{lstlisting}
-In [89]: for p, ch in enumerate( a ):
-   ....:     print p, ch
-   ....:
-   ....:
-0 a
-1 b
-2 c
-  \end{lstlisting}
-Try: \typ{print enumerate(a)}
-\inctime{10}