From 913d3b9e6598b895435c2c94e363501fc5ae2153 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Oct 2021 09:44:40 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index e2508d2..5995565 100644 --- a/diy1.py +++ b/diy1.py @@ -13,7 +13,7 @@ pen1.forward(100) pen1.circle(50,180) pen1.right(90) pen1.circle(50,180) -pen1.forward(100) +n1.forward(100) pen1.hideturtle() turtle.done() -- libgit2 0.25.0