Commit af6ab806 by BellCodeEditor

auto save

parent 2d6bdfab
Showing with 10 additions and 0 deletions
......@@ -4,3 +4,12 @@ import turtle
# pen.write("bellcode的盗版不好玩,\nMicrosoft的正版,\n好玩!!!",font=("times",30,"normil"))
# pen.hideturtle()
# turtle.done()
penl=turtle.Pen()
pen.pencolor("red")
penl=left(45)
penl=forward(100)
penl=circle(50,100)
penl=right(90)
penl=circle(50,100)
penl=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