Skip to content
Permalink
Browse files
finished
  • Loading branch information
giggzze committed Oct 9, 2020
1 parent bfc88d2 commit b3a73392f77b521e4b90942a1241228aeff15f7c
Showing 1 changed file with 2 additions and 4 deletions.
@@ -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###

0 comments on commit b3a7339

Please sign in to comment.