diff options
Diffstat (limited to 'day1/day1quiz2.tex')
-rw-r--r-- | day1/day1quiz2.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/day1/day1quiz2.tex b/day1/day1quiz2.tex index 17452ac..b21afcc 100644 --- a/day1/day1quiz2.tex +++ b/day1/day1quiz2.tex @@ -83,14 +83,14 @@ What is the resulting array? What will be printed? \end{frame} -%% \begin{frame}[fragile] -%% \frametitle{\incqno } -%% \begin{lstlisting} -%% In []: x = array([[1,2,3,4], -%% [3,4,2,5]]) -%% \end{lstlisting} -%% What is the \lstinline+shape+ of this array? -%% \end{frame} +\begin{frame}[fragile] +\frametitle{\incqno } +\begin{lstlisting} + In []: x = array([[1,2,3,4], + [3,4,2,5]]) +\end{lstlisting} +What is the \lstinline+shape+ of this array? +\end{frame} \begin{frame}[fragile] \frametitle{\incqno } |