summaryrefslogtreecommitdiff
path: root/day2/day2quiz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day2/day2quiz.tex')
-rwxr-xr-xday2/day2quiz.tex32
1 files changed, 16 insertions, 16 deletions
diff --git a/day2/day2quiz.tex b/day2/day2quiz.tex
index f7d3ea0..51f7262 100755
--- a/day2/day2quiz.tex
+++ b/day2/day2quiz.tex
@@ -166,21 +166,21 @@ In []: a[1] = 10
What is the output?
\end{frame}
-\begin{frame}[fragile]
- \frametitle{\incqno}
- \begin{lstlisting}
-def func(x, y=10):
- print x+1, y+10
-
-func(1)
-
- \end{lstlisting}
- What is the output?
-\end{frame}
-
-\begin{frame}
- \frametitle{\incqno}
- How many items can a function return?
-\end{frame}
+%% \begin{frame}[fragile]
+%% \frametitle{\incqno}
+%% \begin{lstlisting}
+%% def func(x, y=10):
+%% print x+1, y+10
+
+%% func(1)
+
+%% \end{lstlisting}
+%% What is the output?
+%% \end{frame}
+
+%% \begin{frame}
+%% \frametitle{\incqno}
+%% How many items can a function return?
+%% \end{frame}
\end{document}