Commit adfa8b6a by BellCodeEditor

save project

parent 2ef0cf86
Showing with 2 additions and 2 deletions
...@@ -11,8 +11,8 @@ pen.write("Ai shiteru",font=("Times",50,"normal")) ...@@ -11,8 +11,8 @@ pen.write("Ai shiteru",font=("Times",50,"normal"))
pen.hideturtle() pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(10) pen1.pensize(10)
pen1.pencolor("red") pen1.pencolor("pink")
pen1.fillcolor("pink") pen1.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
pen1.left(45) pen1.left(45)
pen1.forward(2*len) pen1.forward(2*len)
......
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