From b182db2f0ab5aed4c1aa11cb0b5a085fa973af9a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 15 Apr 2023 10:47:26 +0800 Subject: [PATCH] save project --- diy1.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/diy1.py b/diy1.py index 87ce9da..abbad5e 100644 --- a/diy1.py +++ b/diy1.py @@ -4,16 +4,17 @@ screen.bgcolor("light blue") pen=turtle.Pen() pen.penup() pen.goto(100,-100) -pen.write("hi,若以",font=("Times",20,"normal")) +pen.write("hi,诺依",font=("Times",20,"normal")) pen.hideturtle() pen1=turtle.Pen() pen1.pencolor("red") pen1.pensize(5) +len=60 pen1.left(45) -pen1.forward(100) -pen1.circle(50,180) +pen1.forward(2*len) +pen1.circle(len,180) pen1.right(90) -pen1.circle(50,180) -pen1.forward(100) +pen1.circle(len,180) +pen1.forward(2*len) pen1.hideturtle() turtle.done() \ No newline at end of file -- libgit2 0.25.0