Commit f52e0d45 by BellCodeEditor

save project

parent 77813a48
Showing with 6 additions and 2 deletions
......@@ -4,11 +4,15 @@ import turtle
# z.write("都护府亠\nrcecyc ry\ne",font=("Times",20,"normal"))
# z.hideturtle()
# turtle.done()
y=turtle.Pen()
y.pencolor("red")
y.pensize(5)
y.left(45)
y.forward(100)
y.circle(50,180)
y.right(90)
y.circle(50,180)
y.forward(100)
\ No newline at end of file
y.forward(100)
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