day2/day2quiz.tex
changeset 380 669b72283b55
parent 376 351954328721
child 384 9f9fddf7e37c
equal deleted inserted replaced
379:682b6f66fe11 380:669b72283b55
    55 On the top right hand corner please write down the following:
    55 On the top right hand corner please write down the following:
    56   \begin{itemize}
    56   \begin{itemize}
    57     \item Name:
    57     \item Name:
    58     \item University/College/Company:
    58     \item University/College/Company:
    59     \item Student/Teacher/Professional:
    59     \item Student/Teacher/Professional:
       
    60     \item Field of interest/study:
    60   \end{itemize}
    61   \end{itemize}
    61 \end{frame}
    62 \end{frame}
    62 
    63 
    63 \begin{frame}
    64 \begin{frame}
    64 \frametitle{\incqno }
    65 \frametitle{\incqno }
   160     \frametitle{\incqno}
   161     \frametitle{\incqno}
   161   \begin{lstlisting}
   162   \begin{lstlisting}
   162 In []: a = (1, 2, 3)
   163 In []: a = (1, 2, 3)
   163 In []: a[1] = 10
   164 In []: a[1] = 10
   164   \end{lstlisting}
   165   \end{lstlisting}
   165   What is the result?
   166   What is the output?
   166 \end{frame}
   167 \end{frame}
   167 
   168 
   168 \begin{frame}[fragile]
   169 \begin{frame}[fragile]
   169     \frametitle{\incqno}
   170     \frametitle{\incqno}
   170   \begin{lstlisting}
   171   \begin{lstlisting}
   181     \frametitle{\incqno}
   182     \frametitle{\incqno}
   182   How many items can a function return?
   183   How many items can a function return?
   183 \end{frame}
   184 \end{frame}
   184 
   185 
   185 \end{document}
   186 \end{document}
   186