Commit 45ecacd1 by BellCodeEditor

save project

parent 803b03d8
Showing with 7 additions and 1 deletions
......@@ -2,11 +2,15 @@
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.penup()
Pen.goto(-100,0)
Pen.write("kk",font=("Times",10,"normal"))
Pen.write("快乐",font=("Times",10,"normal"))
Pen.hideturtle()
Pen=turtle.Pen()
Pen.pencolor("red")
Pen.left(45)
Pen.forward(100)
Pen.circle(50,180)
......@@ -14,4 +18,5 @@ Pen.right(90)
Pen.circle(50,180)
Pen.forward(100)
Pen.hideturtle()
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