From fc00c244749310033684ba31af59b34dcefe86e3 Mon Sep 17 00:00:00 2001 From: Aminah Date: Thu, 5 Sep 2024 14:24:24 -0400 Subject: [PATCH] I really enjoyed playing around with the initial setup, reaching out to you via email and zoom, observing my classmates in discord, and trying to figure out what I was doing wrong. For the drawing, I too messed up the star! Thank you so much again! excited problem solving in an unknown territory --- drawing.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drawing.py b/drawing.py index f3ee2e9..c3947a3 100644 --- a/drawing.py +++ b/drawing.py @@ -9,14 +9,14 @@ from turtle import ( ) forward(100) -right(360 * 2 / 5) +right(180 * 2 / 5) forward(100) -right(360 * 2 / 5) +right(360 * 2/ 5) forward(100) -right(360 * 2 / 5) +right(180 * 2 / 5) forward(100) -right(360 * 2 / 5) +right(180 * 2 / 5) forward(100) -right(360 * 2 / 5) +right(180 * 2 / 5) input()