Skip to content

ArhumIshtiaq/50StatesQuizCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

50StatesQuizCreator

This Python script creates n .txt files comprising of 50 multiple choice questions about all the 50 USA states and n files containing the answer key to the respective quiz number.

n is a integer value specified in the program using system argument vector at index 1 ala sys.argv[1]

Naming convention is as follows:
      For quizes: Quizn.txt
      For answer sheets: Ansn.txt

The only modules used were random and sys. The rest was just file manipulation, not requiring any module specifically.

About

Creates multiple-choice quizzes and answer sheets about the 50 US states.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages