From 0046938dcc88f80e9bb220d30bc6a43c97523b17 Mon Sep 17 00:00:00 2001 From: eqbrown_teacher Date: Wed, 27 Aug 2025 11:49:17 +0800 Subject: [PATCH] experimented with turtle forward i'm excited about demoing the turtle lab --- drawing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing.py b/drawing.py index 295f0e4..9ee181f 100644 --- a/drawing.py +++ b/drawing.py @@ -8,7 +8,7 @@ from turtle import ( color, ) -forward(100) +forward(300) right(360 * 2 / 5) forward(100) right(360 * 2 / 5)