From 9638afaff8985d5528cb38842c13cc71cd6cab83 Mon Sep 17 00:00:00 2001 From: Santosh G. Vattam Date: Thu, 11 Mar 2010 18:01:23 +0530 Subject: Updated after Day 2 at GRDCS --- day2/day2quiz.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'day2/day2quiz.tex') 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} - -- cgit