Commit a4819a6b by BellCodeEditor

save project

parent 6752039b
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ pen.shape("turtle") ...@@ -8,9 +8,9 @@ pen.shape("turtle")
pen.color("red") pen.color("red")
pen.begin_fill() pen.begin_fill()
for i in range(5): for i in range(36):
pen.forward(20) pen.forward(200)
pen.right(144) pen.right(170)
pen.hideturtle() pen.hideturtle()
......
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