A-Z-Python-Projects icon indicating copy to clipboard operation
A-Z-Python-Projects copied to clipboard

Simple Quiz Game

Open prashere opened this issue 1 year ago • 0 comments

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:

  1. Added a new Python script quiz_game.py containing the Quiz Game code.
  2. Included a README.md file with instructions on how to use and customize the quiz game.
  3. Defined a list of quiz questions with multiple-choice options and correct answers in the settings.py.

prashere avatar Oct 14 '23 05:10 prashere