# HG changeset patch # User Santosh G. Vattam # Date 1256730574 -19800 # Node ID df0757e6a950de4e3d0a7c437fec25cfcd09e101 # Parent 1f70615f2946c27488d818ff1ce0d43d67e8714f# Parent 5a96cf81bdc5909395710fdfe3195f1f7f299b51 Merged branches. diff -r 5a96cf81bdc5 -r df0757e6a950 day1/session2.tex --- a/day1/session2.tex Wed Oct 28 17:18:02 2009 +0530 +++ b/day1/session2.tex Wed Oct 28 17:19:34 2009 +0530 @@ -226,7 +226,7 @@ \section{Lists} \begin{frame}[fragile] \frametitle{How to create the data?} -What are \typ{x} and \typ{y} here??\\ +What were \typ{x} and \typ{y}??\\ \begin{center} \alert{\typ{lists!!}} \end{center} @@ -426,7 +426,7 @@ \typ{In []: for line in open('pendulum.txt'):} \begin{itemize} \item opening file `pendulum.txt' -\item iterating through file using variable \typ{line} +\item iterating through the file by reading each line into variable \typ{line} \item \typ{line} is a \kwrd{string} variable \end{itemize} \end{frame}