Short Description:
A simple console-based multiple-choice quiz built with Python. Players answer a set of questions and get a score at the end.
- Presents multiple-choice questions with 4 options each.
- Player inputs their choice (A, B, C, or D).
- Immediate feedback for correct or incorrect answers.
- Displays the correct answers and final score at the end.
- Calculates percentage score.
- Run the program using Python.
- Read each question and the corresponding options.
- Input your answer (A, B, C, or D) for each question.
- View the results, including correct answers, your guesses, and your score.
- Python 3