Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 443 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 443 Bytes

Python_Quiz

This repository contains python code to contest a Quiz.

  1. This is a python program to contest QUIZ.
  2. data_set file in python_quiz folder contains quiz in string formet.
  3. question_bank file in python_quiz folder contains quiz in dictionary formet which are converted from data_set file . 4)Run "quiz_2.0.py" file in python_quiz folder to run quiz.
  4. Make sure both question_bank and quiz_2.0.py files are in a same folder.