Commit 5459306d by BellCodeEditor

save project

parent e76c9595
Showing with 3 additions and 2 deletions
...@@ -4,9 +4,9 @@ pen.color("blue") ...@@ -4,9 +4,9 @@ pen.color("blue")
pen.fillcolor("purple") pen.fillcolor("purple")
pen.pensize(5) pen.pensize(5)
pen.begin_fill() pen.begin_fill()
for i in range(5): for i in range(34):
pen.forward(100) pen.forward(100)
pen.right(144) pen.right(175)
pen.hideturtle() pen.hideturtle()
pen.end_fill() pen.end_fill()
turtle.done() turtle.done()
\ No newline at end of file
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