day2/session3.tex
changeset 380 669b72283b55
parent 378 2299700a8b97
child 384 9f9fddf7e37c
equal deleted inserted replaced
379:682b6f66fe11 380:669b72283b55
   254   \end{lstlisting}
   254   \end{lstlisting}
   255 \alert{Now run python four\_plot.py again}
   255 \alert{Now run python four\_plot.py again}
   256 \end{frame}
   256 \end{frame}
   257 
   257 
   258 \begin{frame}[fragile]
   258 \begin{frame}[fragile]
       
   259   \frametitle{Now what?}
   259   \begin{lstlisting}
   260   \begin{lstlisting}
   260 Traceback (most recent call last):
   261 Traceback (most recent call last):
   261   File "four_plot.py", line 1, in <module>
   262   File "four_plot.py", line 1, in <module>
   262     x = plot(x, x, 'b')
   263     x = plot(x, x, 'b')
   263 NameError: name 'plot' is not defined
   264 NameError: name 'plot' is not defined