diff --git a/pub-quiz.py b/pub-quiz.py index 1326ae6..b7d8bb1 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 them"], + "answer": "C" }, # Learners can add more questions here following the same structure ] @@ -43,4 +48,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!")