Commit 2bd24862 by BellCodeEditor

save project

parent 166b1037
Showing with 13 additions and 0 deletions
......@@ -3,3 +3,15 @@ Pen=turtle.Pen()
Pen.write("我会了",font=("times",30"normal"))
pen.hideturtle()
turtle.doon()
Pen.pensize(10)
pen.pencolor("red")
Pen.left(45)
Pen.forword(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forword(200)
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