From b2f09df76b06624f1de7206f5a3906f11138e2c0 Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 24 Jan 2023 12:19:56 +0100 Subject: [PATCH] Update 'adagm.py' --- adagm.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/adagm.py b/adagm.py index a46a934..aecf55c 100644 --- a/adagm.py +++ b/adagm.py @@ -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