summaryrefslogtreecommitdiff
path: root/quiz.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-08 19:06:57 +0530
committerPuneeth Chaganti2009-10-08 19:06:57 +0530
commit21a1eddc98654bd18e6a9d7753a45e83918f7b1a (patch)
tree2a86b486e677819b4582d64ba30babb0955bea75 /quiz.tex
parent3f0f51a15935e93c6c251e8439ee268b2778de5c (diff)
parentadb321ed1261252ebdf52c4dd3b5699365f7daea (diff)
downloadworkshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.tar.gz
workshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.tar.bz2
workshops-21a1eddc98654bd18e6a9d7753a45e83918f7b1a.zip
Merged Mainline and my branch.
Diffstat (limited to 'quiz.tex')
-rw-r--r--quiz.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/quiz.tex b/quiz.tex
new file mode 100644
index 0000000..c65df67
--- /dev/null
+++ b/quiz.tex
@@ -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}