day1/Session-2.tex
changeset 51 d3a8a9556a90
parent 50 aabaf8ec0a08
child 54 c3fe152b3539
--- 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}