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.
- 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
- Python 3.x
- Standard libraries only (no external dependencies)
- Clone or download the repository
- Run the script using Python 3:
python quiz_game.py
- Follow the on-screen prompts to play.
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
- Working with dictionaries
- Handling user input and string methods
- Basic control flow and loops
- Simple scoring and conditional feedback
Crafted with curiosity and a sprinkle of Python magic by Toshaksha.