From 43a367305ea3b50aada8655bcd4c772998a8a257 Mon Sep 17 00:00:00 2001 From: Fernandez Pius Date: Tue, 12 Aug 2025 12:12:57 +0100 Subject: [PATCH] Added takeway option --- pub-quiz.py | 5 +++++ 1 file changed, 5 insertions(+) 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 ]