diff -r 0471f8694075 -r 9fbd2a71fef2 quiz.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quiz.tex Thu Oct 08 19:06:57 2009 +0530 @@ -0,0 +1,11 @@ +\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}