Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 581 Bytes

Python Quiz Project

This is a simple Python quiz project where users can answer multiple-choice questions and get their score at the end.

Usage

  1. Clone the Repository:

    git clone https://github.com/E-fais/python-quiz
    cd python-quiz
  2. Run the Quiz:

    Make sure you have Python installed on your machine.

    python quiz.py
  3. Quiz Questions:

    • The quiz consists of multiple-choice questions.
    • Choose the correct option (a, b, c) for each question.
    • Your score will be displayed at the end of the quiz.