From 7dc3133afb92cb870896dfce04fb505d86ced388 Mon Sep 17 00:00:00 2001 From: Joel Utoware Date: Fri, 9 Oct 2020 10:11:26 +0100 Subject: [PATCH] . --- StoryD7.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/StoryD7.py b/StoryD7.py index 95cdb04..624310c 100644 --- a/StoryD7.py +++ b/StoryD7.py @@ -23,7 +23,7 @@ def dansStory(): print("") Ans3 = input("Would you like to know more about the 2 routes ahead? (yes/no) ") if Ans3 in listOfYes: - Ans4 = input(""" Please select an option on what you wish to know about: \n1) North \n2) South, \n3) North and South """) + Ans4 = input(""" Please select an option on what you wish to know about: \n1) North \n2) South, \n3) North and South\n """) if Ans4 == "1": print("") print("North wasn´t the easiest path for him but it wasn't impossible either.") @@ -47,8 +47,8 @@ def dansStory(): print("Continuing the story...") print("") print("He took his time, thought about it and one day he finally decided to go ") - print(""""1) Calm and easy (South) \n 2) Adventurous and hard (North)""") - Ans5 = input("So what path do you choose? ") + print("""1) Calm and easy (South) \n 2) Adventurous and hard (North)""") + Ans5 = input("So what path do you choose?\n ") print("and talk to his wife Ana...") if Ans5 == "1": print("") @@ -75,7 +75,7 @@ def dansStory(): print("") print("Eventually, the storm appeared over them and the boat was collapsing due to strong waves of the ocean.") print("At that moment he could see his brothers struggling but he felt helpless... He had a difficult choice to make.") - Ans6 = input("""Are you going to\n 1)'risk your life to save your brother'\n'stay where you are and keep holding onto safety'""") + Ans6 = input("""Are you going to\n 1)'risk your life to save your brother'\n2)'stay where you are and keep holding onto safety'""") print("") print("After the decision...") dansStory()