AutomateTheBoringStuff.Ch08 package

Submodules

AutomateTheBoringStuff.Ch08.P1_randomQuizGenerator module

Random quiz generator

Creates quizzes with questions and answers in random order, along with the answer key.

AutomateTheBoringStuff.Ch08.P1_randomQuizGenerator.main() → None[source]

P1_randomQuizGenerator.py

Uses given dictionary with US states and their capitals to create 35 randomly generated quizzes with answer keys.

Returns:None. Files are generated in same folder as program.

Module contents