Commit 9fb98360 by BellCodeEditor

save project

parent 3783e7bf
Showing with 1 additions and 0 deletions
......@@ -2,6 +2,7 @@ import turtle
turtle.pendown()
turtle.fillcolor("red")
turtle.pencolor("red")
turtle.begin_fill()
for i in range(5):
turtle.forward(100)
turtle.right(144)
......
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