diff options
author | Puneeth Chaganti | 2009-10-08 19:06:57 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-08 19:06:57 +0530 |
commit | 21a1eddc98654bd18e6a9d7753a45e83918f7b1a (patch) | |
tree | 2a86b486e677819b4582d64ba30babb0955bea75 /day1/Session-2.vrb | |
parent | 3f0f51a15935e93c6c251e8439ee268b2778de5c (diff) | |
parent | adb321ed1261252ebdf52c4dd3b5699365f7daea (diff) | |
download | workshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.tar.gz workshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.tar.bz2 workshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.zip |
Merged Mainline and my branch.
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} |