diff -r 4075482a9770 -r 0a6ab1d81491 day2/cheatsheet1.tex --- a/day2/cheatsheet1.tex Tue Dec 08 12:40:07 2009 +0530 +++ b/day2/cheatsheet1.tex Tue Dec 08 13:06:14 2009 +0530 @@ -134,7 +134,7 @@ In []: p = 'World' In []: s + p #concatenating two strings Out[]: 'HelloWorld' -In []: s * 4 #repeating string for given num of times +In []: s * 4 #repeat string for given number of times Out[]: 'HelloHelloHelloHello' \end{lstlisting} \subsection{Relational and Logical Operators}