changeset 328 | 4075482a9770 |
parent 316 | 6108f2007151 |
child 330 | 46533051b9d3 |
child 340 | 347ff2714deb |
--- a/day1/cheatsheet4.tex Wed Nov 25 12:11:03 2009 +0530 +++ b/day1/cheatsheet4.tex Tue Dec 08 12:40:07 2009 +0530 @@ -52,7 +52,7 @@ In []: C[1,2] Out[]: 1 \end{lstlisting} -Two indexes seperated by \typ{','} specifies [row, column]. So \kwrd{C[1,2]} gets third element of second row(indices starts from 0). +Two indexes seperated by \typ{','} specifies [row, column]. So \typ{C[1,2]} gets third element of second row(indices starts from 0). \newpage \begin{lstlisting} In []: C[1]