Skip to content

Commit

Permalink
new question! :D
Browse files Browse the repository at this point in the history
1 new question relating to colorblindness
  • Loading branch information
AidenJamesYt authored Jan 2, 2025
1 parent fe6322c commit 707cff8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion quiz_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"question": "Who painted the Mona Lisa?",
"options": ["Pablo Picasso", "Leonardo da Vinci", "Vincent van Gogh", "Michelangelo"],
"correct_answer": "Leonardo da Vinci"
},
{
"question": "What is the name of the most common kind of colorblindness?",
"options": ["Achromatopsia", "Deuteranomaly", "Protanomaly", "Tritanomaly"],
"correct_answer": "Deuteranomaly"
}
]

Expand Down Expand Up @@ -55,4 +60,4 @@ def run_quiz():
print(f"Your final score is: {score}/{len(questions)}")

# Call the run_quiz function to start the game
run_quiz()
run_quiz()

0 comments on commit 707cff8

Please sign in to comment.