Commit 75745153 by BellCodeEditor

save project

parent e2786e94
Showing with 2 additions and 0 deletions
...@@ -3,9 +3,11 @@ a=turtle.Pen() ...@@ -3,9 +3,11 @@ a=turtle.Pen()
# a.write("xhxjxj1",font=("Times",20,"normal")) # a.write("xhxjxj1",font=("Times",20,"normal"))
# a.hideturtle() # a.hideturtle()
a.color("red") a.color("red")
a.pensize(20)
a.left(45) a.left(45)
a.fd(100) a.fd(100)
a.circle(50,180) a.circle(50,180)
a.rt(90) a.rt(90)
a.circle(50,180)
a.fd(100) a.fd(100)
turtle.done() 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