Commit 72872cc4 by BellCodeEditor

save project

parent e01b8bd2
Pipeline #3388 failed in 0 seconds
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ a.write("静夜思",font=("Kaiti",40,"normal")) ...@@ -6,7 +6,7 @@ a.write("静夜思",font=("Kaiti",40,"normal"))
a.penup() a.penup()
a.goto(100,-200) a.goto(100,-200)
a.down() a.down()
pen.pencolor("red") a.pencolor("red")
a.left(45) a.left(45)
a.forward(100) a.forward(100)
a.circle(50,180) a.circle(50,180)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment