Commit bb94e92b by BellCodeEditor

save project

parent 5e5ee3ba
Showing with 2 additions and 0 deletions
...@@ -8,7 +8,9 @@ pen.write("lqq\nlqq\nlqq",font=("Time",30,"normal")) ...@@ -8,7 +8,9 @@ pen.write("lqq\nlqq\nlqq",font=("Time",30,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
screen
len=100 len=100
pen1.begin_fill()
pen1.fillcolor("red") pen1.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
pen1.left(45) pen1.left(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