diff options
author | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
---|---|---|
committer | Santosh G. Vattam | 2010-04-21 13:47:36 +0530 |
commit | a46479c09eba9fe9b56745961ae3a228f7cd4188 (patch) | |
tree | 198681d9191a5f9342e5dcb9bc3eaae1927a470b /day1/day1quiz1.tex | |
parent | f5ea32240326bd91e3608866b04e182c2c3cec4a (diff) | |
download | workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.gz workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.tar.bz2 workshops-a46479c09eba9fe9b56745961ae3a228f7cd4188.zip |
MNIT Jaipur changes.
Diffstat (limited to 'day1/day1quiz1.tex')
-rw-r--r-- | day1/day1quiz1.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/day1/day1quiz1.tex b/day1/day1quiz1.tex index 75801f9..339ef5b 100644 --- a/day1/day1quiz1.tex +++ b/day1/day1quiz1.tex @@ -209,13 +209,13 @@ Given the above marks, how will you calculate the \alert{mean}?%% and %% \alert{standard deviation}? \end{frame} -%% \begin{frame}[fragile] -%% \frametitle{\incqno } -%% \begin{lstlisting} -%% In []: marks = [10, 20, 30, 50, 55, -%% 75, 83] -%% \end{lstlisting} -%% How will you convert the list \texttt{marks} to an \alert{array}? -%% \end{frame} +\begin{frame}[fragile] +\frametitle{\incqno } +\begin{lstlisting} +In []: marks = [10, 20, 30, 50, 55, + 75, 83] +\end{lstlisting} +How will you convert the list \texttt{marks} to an \alert{array}? +\end{frame} \end{document} |