A-Z-Python-Projects
A-Z-Python-Projects copied to clipboard
Simple Quiz Game
Pull Request Title:
[Feature] Added Quiz Game to the Repository
Pull Request Description:
Summary:
This pull request adds a new feature to the existing repository: a simple Quiz Game implemented in Python. This game allows users to answer a series of multiple-choice questions and is designed to test their knowledge on various topics.
Changes Made:
- Added a new Python script
quiz_game.py
containing the Quiz Game code. - Included a
README.md
file with instructions on how to use and customize the quiz game. - Defined a list of quiz questions with multiple-choice options and correct answers in the
settings.py
.