Commit 80fb3f8a by BellCodeEditor

auto save

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