day2/day2quiz.tex
changeset 376 351954328721
parent 375 30124fd5eb7e
child 380 669b72283b55
equal deleted inserted replaced
375:30124fd5eb7e 376:351954328721
   131 \begin{frame}[fragile]
   131 \begin{frame}[fragile]
   132     \frametitle{\incqno}
   132     \frametitle{\incqno}
   133   \begin{lstlisting}
   133   \begin{lstlisting}
   134 In []: a = {'a': 1, 'b': 2} 
   134 In []: a = {'a': 1, 'b': 2} 
   135 In []: a['a'] = 10
   135 In []: a['a'] = 10
   136 pIn []: print a
   136 In []: print a
   137   \end{lstlisting}
   137   \end{lstlisting}
   138   What is the output?
   138   What is the output?
   139 \end{frame}
   139 \end{frame}
   140 
   140 
   141 \begin{frame}[fragile]
   141 \begin{frame}[fragile]