Commit 286bba54 by BellCodeEditor

save project

parent efc3d710
Showing with 8 additions and 4 deletions
......@@ -5,11 +5,12 @@ import turtle
# pen.hideturtle()
# turtle.done()
pen = turtle.Pen()
screen = turtle.Screen()
screen.bgcolor("pink")
pen.pensize(5)
pen.pencolor("skyblue")
pen.fillcolor("pink")
pen.fillcolor("lightyellow")
pen.begin_fill()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
......@@ -17,5 +18,9 @@ pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.end_fill()
pen.penup()
pen.goto(-100,-100)
pen.write("粒上皇\n板栗",font = ("Times",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
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