Commit 80fb3f8a by BellCodeEditor

auto save

parent f1df8f58
Showing with 3 additions and 3 deletions
...@@ -3,8 +3,8 @@ pen=turtle.Pen() ...@@ -3,8 +3,8 @@ pen=turtle.Pen()
pen.shape("arrow") pen.shape("arrow")
pen.fillcolor("yellow") pen.fillcolor("yellow")
pen.begin_fill() pen.begin_fill()
pen.end_fill() for i in range(4):
for i in range(5):
pen.forward(100) pen.forward(100)
pen.right(144) pen.right()
pen.end_fill()
pen.done() pen.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