Commit 3cef58e4 by BellCodeEditor

save project

parent 96b90e21
Showing with 13 additions and 2 deletions
......@@ -4,7 +4,18 @@ import turtle
# h.write("床前明月光,\n一丝地上霜",font=("Times",30,"normal"))
# h.hideturtle()
# turtle.done()
z=turtle.Pen()
z.circle(50)
hh=turtle.Pen()
hh.pensize(17)
hh.pencolor("blue")
hh.left(45)
hh.forward(100)
hh.circle(50,180)
hh.right(90)
hh.circle(50,180)
hh.forward(100)
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