From c1fafc2b1ef9eb26c6f622b9fe9305885917559e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 23 Jul 2022 11:20:05 +0800 Subject: [PATCH] save project --- diy1.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/diy1.py b/diy1.py index c97816b..c9daba4 100644 --- a/diy1.py +++ b/diy1.py @@ -12,10 +12,10 @@ while i<135: pen.pencolor('pink') pen.penup() pen.goto(0,0) - pen.forward(200) + pen.forward(50) pen.pendown() - pen.circle(100) + pen.circle(20) pen.left(2) - i+=1 + i+=-10 turtle.done() \ No newline at end of file -- libgit2 0.25.0