summaryrefslogtreecommitdiff
path: root/day1
diff options
context:
space:
mode:
Diffstat (limited to 'day1')
-rwxr-xr-xday1/Session-2.tex10
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}