quiz.tex
changeset 64 333092b68926
child 85 8ca53181bee6
--- /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}