diff -r aabaf8ec0a08 -r d3a8a9556a90 day1/Session-2.tex --- a/day1/Session-2.tex Wed Oct 07 15:08:16 2009 +0530 +++ b/day1/Session-2.tex Wed Oct 07 15:12:03 2009 +0530 @@ -493,7 +493,13 @@ \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}