quiz.tex
author Puneeth Chaganti <punchagan@fossee.in>
Thu, 08 Oct 2009 20:22:15 +0530
changeset 72 1c1d6aaa2be3
parent 64 333092b68926
child 85 8ca53181bee6
permissions -rw-r--r--
Added first cut of Day2 handout; Minor edits to sessions 2 and 3.

\documentclass[a4paper,10pt]{book}


\begin{document}
Which version of Python were you using? 
List some key differences between IPython and Vanilla Python
What is the biggest integer number that can be represented by Python?
What is the result of 17.0 / 2?
What does '*' * 40 produce?
 
\end{document}