diff options
author | Madhusudan.C.S | 2009-10-08 18:59:09 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-10-08 18:59:09 +0530 |
commit | 678a4787cd71924efa823ef8bf86607f84e48173 (patch) | |
tree | 4cf217f9047111e665226feac7e961cfb12d329a /day1/Session-2.vrb | |
parent | e820d127f1aa788822d1061a5309ca7dbf2514f5 (diff) | |
download | workshops-678a4787cd71924efa823ef8bf86607f84e48173.tar.gz workshops-678a4787cd71924efa823ef8bf86607f84e48173.tar.bz2 workshops-678a4787cd71924efa823ef8bf86607f84e48173.zip |
Added debugging process diagram to Session 4 of day 1.
Diffstat (limited to 'day1/Session-2.vrb')
-rw-r--r-- | day1/Session-2.vrb | 12 |
1 files changed, 0 insertions, 12 deletions
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} |