summaryrefslogtreecommitdiff
path: root/day2/day2quiz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day2/day2quiz.tex')
-rwxr-xr-xday2/day2quiz.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/day2/day2quiz.tex b/day2/day2quiz.tex
index 5bdb267..f7d3ea0 100755
--- a/day2/day2quiz.tex
+++ b/day2/day2quiz.tex
@@ -57,6 +57,7 @@ On the top right hand corner please write down the following:
\item Name:
\item University/College/Company:
\item Student/Teacher/Professional:
+ \item Field of interest/study:
\end{itemize}
\end{frame}
@@ -162,7 +163,7 @@ In []: a.extend([5, 6])
In []: a = (1, 2, 3)
In []: a[1] = 10
\end{lstlisting}
- What is the result?
+ What is the output?
\end{frame}
\begin{frame}[fragile]
@@ -183,4 +184,3 @@ func(1)
\end{frame}
\end{document}
-