diff -r 26294a5b856b -r 9f9fddf7e37c day2/day2quiz.tex --- a/day2/day2quiz.tex Tue Mar 30 11:29:26 2010 +0530 +++ b/day2/day2quiz.tex Wed Apr 21 13:47:36 2010 +0530 @@ -166,21 +166,21 @@ What is the output? \end{frame} -\begin{frame}[fragile] - \frametitle{\incqno} - \begin{lstlisting} -def func(x, y=10): - print x+1, y+10 +%% \begin{frame}[fragile] +%% \frametitle{\incqno} +%% \begin{lstlisting} +%% def func(x, y=10): +%% print x+1, y+10 -func(1) +%% func(1) - \end{lstlisting} - What is the output? -\end{frame} +%% \end{lstlisting} +%% What is the output? +%% \end{frame} -\begin{frame} - \frametitle{\incqno} - How many items can a function return? -\end{frame} +%% \begin{frame} +%% \frametitle{\incqno} +%% How many items can a function return? +%% \end{frame} \end{document}