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.
To run the quiz program, ensure you have Python installed on your system. Then, follow the steps below:
- Open a terminal or command prompt.
- Navigate to the directory where the quiz program is located.
- Run the program by executing the following command:
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.
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.