Commit 2df3db47 by BellCodeEditor

save project

parent d09c80fb
Showing with 1 additions and 2 deletions
...@@ -7,7 +7,6 @@ pen.penup() ...@@ -7,7 +7,6 @@ pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.write("你好呀",font=("Times",20,"normal")) pen.write("你好呀",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done()
len=60 len=60
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
...@@ -18,4 +17,4 @@ pen1.circle(len,180) ...@@ -18,4 +17,4 @@ pen1.circle(len,180)
pen1.right(90) pen1.right(90)
pen1.circle(len,180) pen1.circle(len,180)
pen1.forward(2*len) pen1.forward(2*len)
turtle.dure turtle.done()
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