From 678a4787cd71924efa823ef8bf86607f84e48173 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Thu, 8 Oct 2009 18:59:09 +0530 Subject: Added debugging process diagram to Session 4 of day 1. --- day1/Session-2.vrb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 day1/Session-2.vrb (limited to 'day1/Session-2.vrb') diff --git a/day1/Session-2.vrb b/day1/Session-2.vrb deleted file mode 100644 index 0b55248..0000000 --- a/day1/Session-2.vrb +++ /dev/null @@ -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} -- cgit