From b3a73392f77b521e4b90942a1241228aeff15f7c Mon Sep 17 00:00:00 2001 From: giggzze Date: Fri, 9 Oct 2020 10:21:55 +0100 Subject: [PATCH] finished --- StoryD7.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/StoryD7.py b/StoryD7.py index 4a2e018..173ff13 100644 --- a/StoryD7.py +++ b/StoryD7.py @@ -120,7 +120,7 @@ def main(): pass print(story.decision2) print(story.con) -main() +#main() # joel next=False @@ -147,8 +147,6 @@ while next==False: print("\nPlease ensure the exact word is used(including case)") #makes sure choice is valid - - #mateuszs code # Put story into here #Mateusz code @@ -181,7 +179,7 @@ def views(): elif go_to == '5' and 'park[5]' in places: print('\nHe travelled to Ueno Park and zoo. The greenery was astoundingly serene, covering the whole park. The zoo was filled with animals from all around the globe including polar bears, African elephants and camels.') places.remove('park[5]') -views() +#views() ###----ENDING----joel###