diff -r f5eac04a00fe -r 333092b68926 quiz.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quiz.tex Thu Oct 08 18:59:47 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}