🐍 Python Quiz Project
A simple command-line quiz application built using Python. This project presents multiple-choice questions, accepts user input, evaluates answers, and displays the final score with performance feedback.
📌 Features
- ✅ Multiple-choice questions
- ✅ User-friendly command-line interface
- ✅ Instant feedback for each answer
- ✅ Automatic score calculation
- ✅ Performance evaluation at the end
🛠️ Technologies Used
- Python 3
📂 Project Structure
Python_Quiz_project/
│── quiz.py
└── README.md▶️ How to Run
- Clone the repository
git clone https://github.com/vaishnavi-142006/Python_Quiz_project.git- Navigate to the project folder
cd Python_Quiz_project- Run the program
python quiz.py📸 Sample Output
Welcome to the Python Quiz
1. What is the output of print(2+3)?
A. 23
B. 5
C. Error
D. None
Enter your answer: B
Correct!
Your Score: 5/5 Excellent!