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###