# HG changeset patch # User Madhusudan.C.S # Date 1254908523 -19800 # Node ID d3a8a9556a90ee58ccdd1021c7f3ebab989ae9e3 # Parent aabaf8ec0a0871e9b023d9e1e558596052facae4 Added What did we learn at the end of session 2. 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}