From 027ad78645f5178a1b34b243a78033f041729676 Mon Sep 17 00:00:00 2001 From: Andrew McCormack Date: Tue, 12 Aug 2025 11:48:03 +0100 Subject: [PATCH 1/3] lame --- pub-quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub-quiz.py b/pub-quiz.py index 1326ae6..1ebaf19 100644 --- a/pub-quiz.py +++ b/pub-quiz.py @@ -43,4 +43,4 @@ print(f"Wrong! The correct answer was {question['answer']}.") # Goodbye message -print("Thanks for playing the Pub Quiz!") +print("Thanks for playing the rather lame Pub Quiz!") From cbf3c377db2caa1276baf006e636554e86091d00 Mon Sep 17 00:00:00 2001 From: Andrew McCormack Date: Tue, 12 Aug 2025 12:19:08 +0100 Subject: [PATCH 2/3] potayto --- pub-quiz.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pub-quiz.py b/pub-quiz.py index 1ebaf19..2534d30 100644 --- a/pub-quiz.py +++ b/pub-quiz.py @@ -22,6 +22,11 @@ "question": "What is Orange?", "options": ["A) The Sea", "B) The Sky", "C) Donald Trump", "D) Lemon"], "answer": "C" + }, + { + "question": "What goes best with jacket potatoes?", + "options": ["A) Cheese", "B) Beans", "C) Cheese & Beans", "D) I don't like thema"], + "answer": "C" }, # Learners can add more questions here following the same structure ] From d9b47a7cdf5806ccd73fd6d83f2c8c509d458a92 Mon Sep 17 00:00:00 2001 From: Andrew McCormack Date: Tue, 12 Aug 2025 12:27:06 +0100 Subject: [PATCH 3/3] fixed typo --- pub-quiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub-quiz.py b/pub-quiz.py index 2534d30..b7d8bb1 100644 --- a/pub-quiz.py +++ b/pub-quiz.py @@ -25,7 +25,7 @@ }, { "question": "What goes best with jacket potatoes?", - "options": ["A) Cheese", "B) Beans", "C) Cheese & Beans", "D) I don't like thema"], + "options": ["A) Cheese", "B) Beans", "C) Cheese & Beans", "D) I don't like them"], "answer": "C" }, # Learners can add more questions here following the same structure