From ca7f98e85cfa83d006f08567ed74f11c5ce2a83a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 13 Aug 2022 19:24:19 +0800 Subject: [PATCH] save project --- diy1.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/diy1.py b/diy1.py index c97816b..bf206dd 100644 --- a/diy1.py +++ b/diy1.py @@ -3,19 +3,21 @@ import turtle pen=turtle.Pen() screen=turtle.Screen() -pen.speed() +pen.speed(0) pen.hideturtle() screen.bgcolor('black') i=0 -while i<135: +while i<200: pen.pencolor('pink') pen.penup() pen.goto(0,0) pen.forward(200) pen.pendown() - pen.circle(100) + pen.circle(50) pen.left(2) + i+=1 + # i = i + 1 turtle.done() \ No newline at end of file -- libgit2 0.25.0