diff options
author | nishanth | 2010-03-03 14:40:46 +0530 |
---|---|---|
committer | nishanth | 2010-03-03 14:40:46 +0530 |
commit | 70c5989912161a16379886565030ef4bf3ed1afd (patch) | |
tree | 1c75f1b2b505e285bbb941316bcd474cf6ef381d | |
parent | f38e59d69ecaff02f70caa1c9479c21393ae99e7 (diff) | |
download | workshops-more-scipy-70c5989912161a16379886565030ef4bf3ed1afd.tar.gz workshops-more-scipy-70c5989912161a16379886565030ef4bf3ed1afd.tar.bz2 workshops-more-scipy-70c5989912161a16379886565030ef4bf3ed1afd.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} |