day1/Session-2.vrb
changeset 75 090d03e43e95
parent 74 a476c09dcf24
parent 73 9a93e8901e99
child 76 b24c2560f626
child 79 04b620d3f172
--- a/day1/Session-2.vrb	Thu Oct 08 22:48:06 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}