Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🧠 Quiz Game in Python

A simple and fun command-line quiz game built using Python! Test your basic knowledge with 10 Yes/No questions and get instant feedback with your final score and pass percentage at the end. This is a learning-focused project.


📌 Features

  • 10 easy Yes/No questions
  • 1 point awarded for each correct answer
  • Final score and pass percentage shown
  • Correct answers shown for incorrect responses
  • Beginner-friendly and fully interactive

🛠️ Technologies Used

  • Python 3.x
  • Standard libraries only (no external dependencies)

🚀 How to Run

  1. Clone or download the repository
  2. Run the script using Python 3:
    python quiz_game.py
  3. Follow the on-screen prompts to play.

📌 Sample Output

Welcome to my Quiz Game!!

Do you want to play the Game? yes

Okay, Let's Begin the Adventure!!!!

Question is:- Is 2 + 3 = 5?
Enter your answer( Yes or No): yes
Correct Answer!!!!

Question is:- Is the sun a planet?
Enter your answer( Yes or No): no
Correct Answer!!!!

... (questions continue)

Your total score out of 10 is 8
👍 Great job!
Your Pass Percentage is: 80.0

🎯 What I Learned

  • Working with dictionaries
  • Handling user input and string methods
  • Basic control flow and loops
  • Simple scoring and conditional feedback

🙌 Credits

Crafted with curiosity and a sprinkle of Python magic by Toshaksha.