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/ShravanDalavi/Simple-Python-Mini-Projects.git
- Navigate to Directory:
cd Simple-Python-Mini-Projects/Python\ Quiz\ Application
- Run the Script:
python quiz_app.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.