Update 'adagm.py'

fruitual
ada 1 year ago
parent 65eba77239
commit b2f09df76b

@ -33,9 +33,14 @@ def get() :
def displayMsg():
print("good morning, cult member! you slept in again. quick, you must make your bed and join the others in worship or the Leader may punish you.")
print("""°❈°good morning, cult member!°❈°""")
print("""you slept in again.
quick, you must make your bed and join the others in worship or the Leader may punish you.""")
time.sleep(3)
print ("good, you have made your bed. you look around the communal bedroom, where two rows of neatly made single beds remind you that everybody else rose a long time ago. there are four doors, facing each cardinal direction. which direction do you wish to go?")
print ("""good, you have made your bed.
you look around the communal bedroom, where two rows of neatly made single beds remind you
that everybody else rose a long time ago.
there are four doors, facing each cardinal direction. which direction do you wish to go?""")
# ------------------------
# START OF GAME

Loading…
Cancel
Save