From b347733964a8d0843fb47a3ab24c25ba457eeb5c Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 24 Jul 2022 15:33:34 +0800 Subject: [PATCH] save project --- diy1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy1.py b/diy1.py index c97816b..a702136 100644 --- a/diy1.py +++ b/diy1.py @@ -8,8 +8,8 @@ pen.hideturtle() screen.bgcolor('black') i=0 -while i<135: - pen.pencolor('pink') +while i<180: + pen.pencolor('yellow') pen.penup() pen.goto(0,0) pen.forward(200) -- libgit2 0.25.0