Commit 8681ca22 by BellCodeEditor

save project

parent 7763de73
Showing with 3 additions and 1 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,-100)
......@@ -7,6 +8,7 @@ pen1.write("天王盖地虎\n钻石王老五\n小鸡炖蘑菇",font=("times",40,
pen1.hideturtle()
pen=turtle.Pen()
pen.pencolor("red")
pen.fillcolor("red")
pen.begin_fill()
pen.right(-45)
......
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