diff options
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} |