From 3fc476288a3cd1f3ea068bfba615211e15c2ebfa Mon Sep 17 00:00:00 2001 From: Khalid Samim <126877550+itkhld1@users.noreply.github.com> Date: Sat, 18 Mar 2023 14:34:23 +0300 Subject: [PATCH] Update food.py --- day21/food.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/day21/food.py b/day21/food.py index 641f7fc..049c0e3 100644 --- a/day21/food.py +++ b/day21/food.py @@ -8,8 +8,8 @@ def __init__(self): super().__init__() self.shape("circle") self.penup() - self.shapesize(stretch_len=0.5, stretch_wid=0.5) - self.color("red") + self.shapesize(stretch_len= 1, stretch_wid= 1) + self.color("green") self.speed("fastest") self.refresh()