Commit 9eb90e1b by BellCodeEditor

save project

parent bcd577a9
Showing with 8 additions and 1 deletions
......@@ -5,8 +5,15 @@ import turtle
sbb = turtle.Pen()
sbb.fillcolor("red")
sbb.begin_fill()
for i in range(5):
sbb.forward(200)
sbb.left(144)
sbb.hideturtle()
sbb.end_fill()
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