diff options
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} |