diff options
author | Santosh G. Vattam | 2010-03-11 18:01:23 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-03-11 18:01:23 +0530 |
commit | 9638afaff8985d5528cb38842c13cc71cd6cab83 (patch) | |
tree | 671a499f31425f35ea158136da94f7a5272749d8 /day2/day2quiz.tex | |
parent | fb965a5047dca69c518543440c2a6fd5647555c4 (diff) | |
download | workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.tar.gz workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.tar.bz2 workshops-more-scipy-9638afaff8985d5528cb38842c13cc71cd6cab83.zip |
Updated after Day 2 at GRDCS
Diffstat (limited to 'day2/day2quiz.tex')
-rwxr-xr-x | day2/day2quiz.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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} - |