day2/day2quiz.tex
changeset 373 f04eca8b2f3d
parent 354 5dc6c3673f9d
child 375 30124fd5eb7e
equal deleted inserted replaced
372:5f02dfb93df1 373:f04eca8b2f3d
    38 \title[Basic Python]{Python for science and engineering: Day 2, Quiz 1}
    38 \title[Basic Python]{Python for science and engineering: Day 2, Quiz 1}
    39 
    39 
    40 \author[FOSSEE Team] {FOSSEE}
    40 \author[FOSSEE Team] {FOSSEE}
    41 
    41 
    42 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    42 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    43 \date[] {\today \\ Day 2, Quiz 1}
    43 \date[] {\today \\ Day 2, Quiz}
    44 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    44 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    45 
    45 
    46 
    46 
    47 \begin{document}
    47 \begin{document}
    48 
    48 
    92   What is the difference between \kwrd{print} \emph{x} and \kwrd{print} \emph{x,} ?
    92   What is the difference between \kwrd{print} \emph{x} and \kwrd{print} \emph{x,} ?
    93 \end{frame}
    93 \end{frame}
    94 
    94 
    95 \begin{frame}
    95 \begin{frame}
    96 \frametitle{\incqno }
    96 \frametitle{\incqno }
    97   What does '*' * 40 produce?
    97   What does 't' * 40 produce?
    98 \end{frame}
    98 \end{frame}
    99 
    99 
   100 \begin{frame}[fragile]
   100 \begin{frame}[fragile]
   101 \frametitle{\incqno }
   101 \frametitle{\incqno }
   102     What is the output of:
   102     What is the output of: