From a46479c09eba9fe9b56745961ae3a228f7cd4188 Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Wed, 21 Apr 2010 13:47:36 +0530 Subject: MNIT Jaipur changes. --- day2/day2quiz.tex | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'day2/day2quiz.tex') 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} -- cgit