Commit 9ea0290c by BellCodeEditor

save project

parent 3c073a80
Showing with 6 additions and 4 deletions
...@@ -6,13 +6,14 @@ j.penup() ...@@ -6,13 +6,14 @@ j.penup()
j.goto(210,-170) j.goto(210,-170)
j.write("别\n\n\n\n\n巴",font=("Times",50,"normal")) j.write("别\n\n\n\n\n巴",font=("Times",50,"normal"))
j.hideturtle() j.hideturtle()
a=100
t=turtle.Pen() t=turtle.Pen()
t.pencolor("green") t.pencolor("green")
t.pensize(20) t.pensize(20)
t.left(45) t.left(45)
t.forward(200) t.forward(2*a)
t.circle(100,180) t.circle(a,180)
t.right(90) t.right(90)
t.circle(100,180) t.circle(a,180)
t.forward(200) t.forward(2*a)
turtle.done() turtle.done()
\ No newline at end of file
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