summaryrefslogtreecommitdiff
path: root/day1/day1quiz2.tex
diff options
context:
space:
mode:
authorSantosh G. Vattam2010-04-23 08:49:25 +0530
committerSantosh G. Vattam2010-04-23 08:49:25 +0530
commite17f34beba1df09250d2e80d502e291aa97be3ac (patch)
tree1bc8875aa33e61669ef64d1dfc5b7a99080fc625 /day1/day1quiz2.tex
parenta46479c09eba9fe9b56745961ae3a228f7cd4188 (diff)
downloadworkshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.gz
workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.tar.bz2
workshops-e17f34beba1df09250d2e80d502e291aa97be3ac.zip
Minor corrections.
Diffstat (limited to 'day1/day1quiz2.tex')
-rw-r--r--day1/day1quiz2.tex16
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 }