← 全部工具

vaishnavi-142006/Python_Quiz_project

热度 70 更新于 开发与构建

command-line Python quiz application with multiple-choice questions, score tracking, and instant feedback.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

🐍 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!