# HG changeset patch # User Puneeth Chaganti # Date 1256738819 -19800 # Node ID c47fcf66aca1b9b4dd4ab9d5ed8d1d2a6d737e3e # Parent f4f3b36a9fba4c6cae90eb9de9089fcdcbc00b17# Parent df0757e6a950de4e3d0a7c437fec25cfcd09e101 Merged with mainline. diff -r f4f3b36a9fba -r c47fcf66aca1 day1/session2.tex --- a/day1/session2.tex Wed Oct 28 19:36:26 2009 +0530 +++ b/day1/session2.tex Wed Oct 28 19:36:59 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}