/FlashCardQuiz

a quiz game written in python

Primary LanguagePython

Python Code that randomly generates a question from a set of questions to emulate a flash card quiz.

The input is a file that contains questions and answers sepearated by a comma (",").

Sample input file is present in this repository.
The questions and answers are extracted from input ile and stored in a dictionary with the questions being the KEY.