# HG changeset patch # User nishanth # Date 1267607446 -19800 # Node ID 3519543287210c66f1670202e0643b5fc434d575 # Parent 30124fd5eb7eb0f4596aa444bafb00248fdc2c17 changed pIn[] to In[]. diff -r 30124fd5eb7e -r 351954328721 day2/day2quiz.tex --- a/day2/day2quiz.tex Wed Mar 03 14:14:45 2010 +0530 +++ b/day2/day2quiz.tex Wed Mar 03 14:40:46 2010 +0530 @@ -133,7 +133,7 @@ \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}