summaryrefslogtreecommitdiff
path: root/day2quiz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'day2quiz.tex')
-rwxr-xr-x[-rw-r--r--]day2quiz.tex14
1 files changed, 1 insertions, 13 deletions
diff --git a/day2quiz.tex b/day2quiz.tex
index 413cca8..50f40dd 100644..100755
--- a/day2quiz.tex
+++ b/day2quiz.tex
@@ -88,18 +88,6 @@ How do you create a complex number with real part 2 and imaginary part
0.5.
\end{frame}
-\begin{frame}[fragile]
-\frametitle{\incqno }
- What happens when we run this code?
- \begin{lstlisting}
-a = False
-b = True
-c = True
-if a and b or c:
- print "You are correct!"
- \end{lstlisting}
-\end{frame}
-
\begin{frame}
\frametitle{\incqno }
What is the difference between \kwrd{print} \emph{x} and \kwrd{print} \emph{x,} ?
@@ -134,7 +122,7 @@ In []: set([1, 2, 8, 2, 13, 8, 9])
\begin{frame}[fragile]
\frametitle{\incqno}
\begin{lstlisting}
-In []: 47%3
+In []: 47 % 3
\end{lstlisting}
What is the output?
\end{frame}