diff options
author | Nishanth Amuluru | 2010-03-03 14:40:46 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2010-03-03 14:40:46 +0530 |
commit | 45cee1c04a0aeb2b20440885e7ea4d0058b3ee9c (patch) | |
tree | 1c75f1b2b505e285bbb941316bcd474cf6ef381d | |
parent | ccb63cc6099b4a667d0741a366798e44a8109925 (diff) | |
download | workshops-45cee1c04a0aeb2b20440885e7ea4d0058b3ee9c.tar.gz workshops-45cee1c04a0aeb2b20440885e7ea4d0058b3ee9c.tar.bz2 workshops-45cee1c04a0aeb2b20440885e7ea4d0058b3ee9c.zip |
changed pIn[] to In[].
-rwxr-xr-x | day2/day2quiz.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day2/day2quiz.tex b/day2/day2quiz.tex index 46c010a..5bdb267 100755 --- a/day2/day2quiz.tex +++ b/day2/day2quiz.tex @@ -133,7 +133,7 @@ In []: set([1, 2, 8, 2, 13, 8, 9]) \begin{lstlisting} In []: a = {'a': 1, 'b': 2} In []: a['a'] = 10 -pIn []: print a +In []: print a \end{lstlisting} What is the output? \end{frame} |