Python Quiz Game
A simple Python command-line quiz game that tests your general knowledge with multiple-choice questions.
This project is designed to practice Python basics such as loops, conditionals, dictionaries, user input, and randomization.
Features
- Multiple-choice questions with 4 options each
- Random question selection for each game
- Tracks player score
- Provides feedback for correct and incorrect answers
- Displays the correct answer if the player is wrong
- End-of-game score summary
Technologies Used
- Python 3
randommodule for question selectioninput()function for interactive gameplay- Dictionaries and lists for storing questions and answers
- Loops (
while) for continuous gameplay and validation