discovered multiline strings
This commit is contained in:
parent
8368c858e8
commit
81fe349a23
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@ for quizNum in range(35):
|
|||
quizFile = open("./quizes/"+quizName, 'w')
|
||||
|
||||
#writing the header.
|
||||
quizFile.write("= US Captials Quiz\nName:\nDate:\n\n")
|
||||
quizFile.write("""= US Captials Quiz
|
||||
Name:
|
||||
Date:
|
||||
|
||||
|
||||
""")
|
||||
|
||||
#shuffle order of states
|
||||
states = list(capitals.keys())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue