day1/Session-2.tex
changeset 51 d3a8a9556a90
parent 50 aabaf8ec0a08
child 54 c3fe152b3539
equal deleted inserted replaced
50:aabaf8ec0a08 51:d3a8a9556a90
   491 % TIME: 10 m, running 85m 
   491 % TIME: 10 m, running 85m 
   492 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   492 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   493 
   493 
   494 \begin{frame}
   494 \begin{frame}
   495   \frametitle{What did we learn?}
   495   \frametitle{What did we learn?}
   496   \tableofcontents
   496   \begin{itemize}
   497   % You might wish to add the option [pausesections]
   497     \item Defining functions and calling them
       
   498     \item Lists: Creating, Indexing, Slicing and List methods
       
   499     \item Tuples
       
   500     \item range() function
       
   501     \item for loops
       
   502     \item iterating lists with for, for...range()
       
   503   \end{itemize}
   498 \end{frame}
   504 \end{frame}
   499 \end{document}
   505 \end{document}