Skip to content

Latest commit

 

History

History

Python Quiz Application

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Python Quiz Application

This Python script implements a simple quiz application where users are asked multiple-choice questions and receive a score based on their answers.

Description

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.

How to Install

No additional modules beyond Python's standard library are required to run this script.

▶️ How to Run the Script

  1. Clone the Repository:
    git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
    
  2. Navigate to Directory:
           cd Simple-Python-Mini-Projects/Python\ Quiz\ Application
  3. Run the Script:
      python quiz_app.py

Usage Instructions

• 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.