diff --git a/StoryD7.py b/StoryD7.py index 2881f45..42e32f3 100644 --- a/StoryD7.py +++ b/StoryD7.py @@ -28,9 +28,7 @@ def views(): places.remove('temple[4]') 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]') - - + places.remove('park[5]') views()