--- a/day1/session2.tex Mon Oct 26 12:41:06 2009 +0530+++ b/day1/session2.tex Mon Oct 26 12:41:59 2009 +0530@@ -347,7 +347,7 @@ \begin{lstlisting} In []: line = 'hello world'-In []: a.split()+In []: line.split() Out[]: ['hello', 'world'] \end{lstlisting} This is what happens with \typ{line}