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/yourusername/python-quiz-application.git
            cd python-quiz-application
  1. Run the Script:
            python quiz.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.