From e803f803b40aa2345167676a6253b7f053ee564b Mon Sep 17 00:00:00 2001 From: Hope Date: Thu, 1 May 2025 22:05:17 -0400 Subject: [PATCH] I made the circle a little bigger. I was excited about the possibility of drawing some fun designs. --- drawing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.py b/drawing.py index 1045221..96a5f1e 100644 --- a/drawing.py +++ b/drawing.py @@ -15,7 +15,7 @@ right(90) pendown() color("red") for i in range(360): - forward(2) + forward(3) right(1)