Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 918 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 918 Bytes

Quiz Program

This is a simple quiz program written in Python. It prompts the user with multiple-choice questions and provides feedback on the correctness of their answers.

Getting Started

To run the quiz program, ensure you have Python installed on your system. Then, follow the steps below:

  1. Open a terminal or command prompt.
  2. Navigate to the directory where the quiz program is located.
  3. Run the program by executing the following command:

Quiz Details

The quiz consists of five questions covering various topics such as geography, history, and technology. Each question has four multiple-choice options, and the user's score is displayed at the end of the quiz.

Contribution

Feel free to contribute to the quiz program by adding more questions, refining the user interface, or improving the code structure. Submit a pull request with your changes, and they will be reviewed for inclusion.