quiz.tex
changeset 64 333092b68926
child 85 8ca53181bee6
equal deleted inserted replaced
63:f5eac04a00fe 64:333092b68926
       
     1 \documentclass[a4paper,10pt]{book}
       
     2 
       
     3 
       
     4 \begin{document}
       
     5 Which version of Python were you using? 
       
     6 List some key differences between IPython and Vanilla Python
       
     7 What is the biggest integer number that can be represented by Python?
       
     8 What is the result of 17.0 / 2?
       
     9 What does '*' * 40 produce?
       
    10  
       
    11 \end{document}