This Python script implements a simple quiz application where users are asked multiple-choice questions and receive a score based on their answers.
The project consists of:
• Question Class: Defines each quiz question with a prompt and correct answer.
• Quiz Functionality: Asks users questions and evaluates their answers, providing a final score.
No additional modules beyond Python's standard library are required to run this script.
- Clone the Repository:
git clone https://github.com/yourusername/python-quiz-application.git
cd python-quiz-application
- Run the Script:
python quiz.py
• Launch the script and answer each question by typing the letter corresponding to your choice. • After answering all questions, the script will display your score.