Skip to content
Permalink
Browse files
.
  • Loading branch information
utowarej committed Oct 9, 2020
1 parent 19d3b44 commit 7dc3133afb92cb870896dfce04fb505d86ced388
Showing 1 changed file with 4 additions and 4 deletions.
@@ -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()

0 comments on commit 7dc3133

Please sign in to comment.