From a7921ad481704991f5871a45305ec76654a5b115 Mon Sep 17 00:00:00 2001 From: Mateusz Staszek Date: Fri, 2 Oct 2020 10:23:12 +0100 Subject: [PATCH] sdety --- StoryD7.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()