summaryrefslogtreecommitdiff
path: root/quiz.tex
diff options
context:
space:
mode:
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}