diff options
-rwxr-xr-x | day1/Session-2.tex | 10 |
1 files 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} |