From 825b7ce55e3fc5af1c36493fa1b71155b96dc205 Mon Sep 17 00:00:00 2001 From: jandrews Date: Tue, 16 Sep 2025 09:53:08 -0400 Subject: [PATCH] jhg --- drawing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drawing.py b/drawing.py index f3ee2e9..0e8c081 100644 --- a/drawing.py +++ b/drawing.py @@ -8,10 +8,10 @@ from turtle import ( color, ) -forward(100) -right(360 * 2 / 5) -forward(100) -right(360 * 2 / 5) +forward(180) +right(180 * 2 / 5) +forward(50) +right(50 * 2 / 5) forward(100) right(360 * 2 / 5) forward(100)