summaryrefslogtreecommitdiff
path: root/day2/day2quiz.tex
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-04-21 13:47:36 +0530
committerSantosh G. Vattam2010-04-21 13:47:36 +0530
commita46479c09eba9fe9b56745961ae3a228f7cd4188 (patch)
tree198681d9191a5f9342e5dcb9bc3eaae1927a470b /day2/day2quiz.tex
parentf5ea32240326bd91e3608866b04e182c2c3cec4a (diff)
downloadworkshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.gz
workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.bz2
workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.zip
MNIT Jaipur changes.
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}