Question 12: Quiz Input

Project: Fun Kids’ Quiz Game

Write a Python program to create a simple quiz game for kids.

  1. Start by asking for the child’s name and store it in a variable called name.
  2. Ask a series of fun and easy general knowledge questions, storing the child’s answers in separate variables.
  3. Finally, print a cheerful message including their name and how well they did in the quiz!
Sample Questions:
  • What color is the sky on a sunny day? (Store in q1)
  • How many legs does a spider have? (Store in q2)
  • What do we use to brush our teeth? (Store in q3)
  • What animal says “meow”? (Store in q4)
  • What is the name of the shape with three sides? (Store in q5)
  • What do you call a baby dog? (Store in q6)
  • How many days are in a week? (Store in q7)
  • What do we drink when we are thirsty? (Store in q8)
  • What is the opposite of “hot”? (Store in q9)
  • What do we use to write on paper? (Store in q10)
Final Output:

After answering, display a fun message like:
“Great job, [name]! You answered all the fun questions. Keep learning and having fun!”

Write what you are looking for, and press enter to begin your search!