diff --git a/pub-quiz.py b/pub-quiz.py index 8af8ffb..a168ddc 100644 --- a/pub-quiz.py +++ b/pub-quiz.py @@ -18,6 +18,11 @@ "options": ["A) 3", "B) 1", "C) 5", "D) 22"], "answer": "B" }, + { + "question": "What is 2 - 2?", + "options": ["A) 3", "B) 0", "C) 5", "D) 22"], + "answer": "B" + }, # Learners can add more questions here following the same structure ]