From 93e3e8b905c4b235099d630efab8d1ccab52e2e1 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Wed, 7 Oct 2009 15:12:03 +0530 Subject: Added What did we learn at the end of session 2. --- day1/Session-2.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/day1/Session-2.tex b/day1/Session-2.tex index f5f639c..21daeba 100755 --- a/day1/Session-2.tex +++ b/day1/Session-2.tex @@ -493,7 +493,13 @@ Try: \typ{print enumerate(a)} \begin{frame} \frametitle{What did we learn?} - \tableofcontents - % You might wish to add the option [pausesections] + \begin{itemize} + \item Defining functions and calling them + \item Lists: Creating, Indexing, Slicing and List methods + \item Tuples + \item range() function + \item for loops + \item iterating lists with for, for...range() + \end{itemize} \end{frame} \end{document} -- cgit